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
I'm trying to migrate from ACF and have some cool ideas about improving the workflow.
Global Function
The function workflow:
To copy a file from any options page:
define('METABOX_SETTINGS', 'theme-slug');
function theme_slug_get_option($field_id) {
return rwmb_meta($field_name, ['object_type' => 'setting'], METABOX_SETTINGS);
}
// Then you can call, for example
$footer_copyright = theme_slug_get_option('footer_copyright');
The key is we interact with fields from the backend very quickly. Could we bring these small changes to our plugin base? I guess it will increase more interest in your plugin.
The text was updated successfully, but these errors were encountered:
It's a great idea if we could bring a Google Fonts selection as a single field with a preview. I know there is a way to customize it from Customizer, but we wish to bring all controls to customers in the same place only.
I'm trying to migrate from ACF and have some cool ideas about improving the workflow.
Global Function
The function workflow:
To copy a file from any options page:
Quick Copy field name
I saw a great extension who made for ACF there: https://chrome.google.com/webstore/detail/acf-tools/ogliegjmpalokmaaeckcdgbhdeedcnmf
The key is we interact with fields from the backend very quickly. Could we bring these small changes to our plugin base? I guess it will increase more interest in your plugin.
The text was updated successfully, but these errors were encountered: