We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello!
Firstly, I wanna thank you for the plug-in.
I am using cmb2 not as a plug-in.
in my function.php
require_once ('inc/cmb2/init.php'); require_once ('inc/Cmb2Grid/Cmb2GridPlugin.php');
How can I incoporate your plug-in in my Theme without installing it.
Greetings Rob!
The text was updated successfully, but these errors were encountered:
In Cmb2GridPluginLoad.php
Find: add_action( 'plugins_loaded', '\\' . __NAMESPACE__ . '\init' );
add_action( 'plugins_loaded', '\\' . __NAMESPACE__ . '\init' );
Replace: add_action( 'init', '\\' . __NAMESPACE__ . '\init' );
add_action( 'init', '\\' . __NAMESPACE__ . '\init' );
Sorry, something went wrong.
Wow it's magic. Thank you! LG Rob.
thanks for answer, also thinking about it
Thanks for this! 👍
No branches or pull requests
Hello!
Firstly, I wanna thank you for the plug-in.
I am using cmb2 not as a plug-in.
in my function.php
require_once ('inc/cmb2/init.php');
require_once ('inc/Cmb2Grid/Cmb2GridPlugin.php');
How can I incoporate your plug-in in my Theme without installing it.
Greetings Rob!
The text was updated successfully, but these errors were encountered: