Viewing 1 replies (of 1 total)
  • Thread Starter Ravikumar Patel

    (@ravipatel)

    Solution : use common hook.

    custom-field-template\custom-field-template.php line no 46

    
    add_action( 'edit_form_advanced', array(&$this, 'custom_field_template_edit_form_advanced') );

    replace with

    
    add_action( 'edit_form_after_editor', array(&$this, 'custom_field_template_edit_form_advanced') );
Viewing 1 replies (of 1 total)

The topic ‘Jquery issue arrived on textarea with tinyMCE’ is closed to new replies.