Seleccionar página
Solamente para probar la imagen destacada por defecto

Lo mismo que el post anterior

add_filter( ‘get_post_metadata’, function( $value, $object_id, $meta_key, $single ) { if ( ‘_thumbnail_id’ === $meta_key ) { $has_thumbnail = has_post_thumbnail( $object_id ); if ( ! $has_thumbnail ) { $default_image_id = get_option(...