Advertisement
fauzanjeg

Add Comments Section on AMP Page (Just for Facebook Comments Type)

Jan 8th, 2021
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. /* Add Comments Section on AMP Page (Just for Facebook Comments Type) */
  2. add_action('jnews_amp_after_content', 'amp_comments', 9);
  3.  
  4. function amp_comments($content) {
  5.     comments_template();
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement