Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /*
- Plugin Name: Move Custom About Author Down!
- */
- remove_filter( 'the_content', 'caa_append_custom_author_bio', 0 );
- add_filter( 'the_content', 'caa_append_custom_author_bio', 15 );
Advertisement
Add Comment
Please, Sign In to add comment