You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2022. It is now read-only.
I was a little bit confused when I saw none of the styles where enqueued on my custom options page.
After browsing the code I saw all scripts and styles are conditionally loaded on predefined hooks.
Now I made a little hacky solution with adding two more lines to CMB_Extension_Hookup.php:
I was a little bit confused when I saw none of the styles where enqueued on my custom options page.
After browsing the code I saw all scripts and styles are conditionally loaded on predefined hooks.
Now I made a little hacky solution with adding two more lines to CMB_Extension_Hookup.php:
Then theres a comment below the allowed hooks which says:
// show_form_for_type will have us covered if we miss something here.
Sadly I did not find any reference to show_form_for_type.
Is there any?
The text was updated successfully, but these errors were encountered: