Missing Logo on AMP Structured Data
-
I have applied a filter in functions.php
But it does not work:function xyz_amp_set_site_icon_url( $data ) {
// Ideally a 32×32 image
$data[‘site_icon_url’] = get_stylesheet_directory_uri() . ‘/images/example.jpg’;
return $data;
}Can somebody help me?
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Missing Logo on AMP Structured Data’ is closed to new replies.