Skip to content

Instantly share code, notes, and snippets.

@torounit
Created February 2, 2017 11:25
Show Gist options
  • Save torounit/020a376e2ed940919f59aa6b917e40aa to your computer and use it in GitHub Desktop.
Save torounit/020a376e2ed940919f59aa6b917e40aa to your computer and use it in GitHub Desktop.
vk-post-author-display fix
<?php
remove_filter( 'the_content', 'pad_add_author');
add_filter( 'q_profile', 'pad_add_author');
<?php
echo apply_filter( 'q_profile', '' );
@megane9988
Copy link

echo apply_filter( 'q_profile', '' );

echo apply_filters( 'q_profile', '' );

@torounit
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment