Created
February 2, 2017 11:25
-
-
Save torounit/020a376e2ed940919f59aa6b917e40aa to your computer and use it in GitHub Desktop.
vk-post-author-display fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
remove_filter( 'the_content', 'pad_add_author'); | |
add_filter( 'q_profile', 'pad_add_author'); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
echo apply_filter( 'q_profile', '' ); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
↓