edit_post and do_action
-
Hi
I would like to change the tinyMCE configurations when editing a post.
I find out the hook for the tinyMCE configurations, witch is
do_action(‘tinymce_before_init’)
I already created the add_action function and is working.Now the only part that I’m missing is getting this running only when editing a post.
Could anyone help me with this. Thanks
The topic ‘edit_post and do_action’ is closed to new replies.