There was an error while loading. Please reload this page.
2 parents ad0df57 + 857640e commit 1093596Copy full SHA for 1093596
filters-and-actions/custom-css-for-specific-metabox.php
@@ -31,5 +31,5 @@ function js_add_custom_css_for_metabox( $post_id, $cmb ) {
31
}
32
33
$object = 'post'; // post | term
34
-$cmb_id = 'custom_css_test'
+$cmb_id = 'custom_css_test';
35
add_action( "cmb2_after_{$object}_form_{$cmb_id}", 'js_add_custom_css_for_metabox', 10, 2 );
0 commit comments