jetpack_open_graph_image_default doesn’t work anymore
-
Hi,
The filter jetpack_open_graph_image_default doesn’t work anymore.This is the code on my site:
function jeherve_default_image() { $fallback_img = 'https://hemofiliaenchile.cl/imgs/logotipo.png'; return esc_url( $fallback_img ); } add_filter( 'jetpack_open_graph_image_default', 'jeherve_default_image' );
It was working fine a month ago, but now completely ignore it.
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘jetpack_open_graph_image_default doesn’t work anymore’ is closed to new replies.