Remove action in function.php
-
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’ ) );}
- The topic ‘Remove action in function.php’ is closed to new replies.