GochiSiyan

custom amp site icon

Sep 9th, 2021 (edited)
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. add_action('wp', function () {
  2. if ( amp_is_request() ) {
  3. add_filter('get_site_icon_url', function ($url) {
  4. return 'your site icon url';
  5. });
  6. }
  7. });
Add Comment
Please, Sign In to add comment