Advertisement
arie_cristianD

author_unlink_amp_version

Aug 7th, 2023
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. add_action( 'amp_post_template_css', 'ampforwp_add_custom_css_example', 11 );
  2. function ampforwp_add_custom_css_example() { ?>
  3.     /* Add your custom css here */
  4.     .amp-wp-author a  {
  5.         pointer-events: none;
  6.         cursor: default;
  7.     }
  8.     <?php
  9. }
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement