jan_dembowski

move-custom-about-author.php

Feb 18th, 2012
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. <?php
  2. /*
  3. Plugin Name: Move Custom About Author Down!
  4. */
  5. remove_filter( 'the_content', 'caa_append_custom_author_bio', 0 );
  6. add_filter( 'the_content', 'caa_append_custom_author_bio', 15 );
Advertisement
Add Comment
Please, Sign In to add comment