Problem with acf options page
-
Hi, there is problem with Advanced Custom Fields with wysiwig field.
this code is problem ->
//foreach ( array('post.php','post-new.php') as $hook ) { add_action( "admin_head", array( $this, 'nep_emoji_localize_tinymce_javascript' )); //}
you can use this filter to add some js inline script
add_action( 'before_wp_tiny_mce', 'tinymce_callback' ); function tinymce_callback() { ?> <script type="text/javascript"> (function(){ }()); </script> <?php }
- The topic ‘Problem with acf options page’ is closed to new replies.