jcchavezs / cmb2-conditionals

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

Make CMB2_Conditionals object available #70

Closed jtsternberg closed 5 years ago

jtsternberg commented 5 years ago

Because of #69, unhooking CMB2_Conditionals::admin_footer was necessary for us so we can replace w/ our own customized/fixed version, but as-is now, it will require some crazy hacks to get access to the initialized $cmb2_conditionals object.

jcchavezs commented 5 years ago

Thanks @jtsternberg!

jtsternberg commented 5 years ago

👍 Thanks for getting merged quickly!