• Im trying to edit function.php in child theme to remove the toolbar editor when composing or replaying a mail, but when i paste the code in the webpage will not load. Any suggestions?

    Code:

    global $wp-editor-container_class;
    remove_action( ‘wp-message-content-editor-container’, array( $wp-editor-container, ‘class_filter_function’ ) );}

    https://www.ads-software.com/plugins/front-end-pm/

  • The topic ‘Remove action in function.php’ is closed to new replies.