jcchavezs / cmb2-conditionals

Plugin to relate fields in a CMB2 metabox
GNU General Public License v2.0
86 stars 61 forks source link

Update cmb2-conditionals.php #45

Open yaronguez opened 7 years ago

yaronguez commented 7 years ago

Use CMB2 hooks instead of native WordPress hooks. No longer need to determine if CMB2 is loaded yet which resolves cases where CMB2 is loaded as part of a plugin that loads after this one. No longer to determine which page to load scripts on by piggy backing on CMB2 own logic.

jcchavezs commented 6 years ago

Hi @yaronguez. Thanks for such a big effort. Are you willing to continue with this?