Words great for admin side.
-
This works great for pasting as plain text on the admin pages. If you’re running bbpress and want this to paste as plain text there (or another customer facing editor) change the following line
add_action( 'admin_init', array( $this, 'init' ) );to
add_action( 'init', array( $this, 'init' ) );Thanks for creating the plugin!
The topic ‘Words great for admin side.’ is closed to new replies.