YoastWPSEOopen_graph_image_id_

YoastWPSEOopen_graph_image_id_

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

apply_filters('YoastWPSEOopen_graph_image_id_') is found 1 times:

  • /src/helpers/open-graph/values-helper.php line 64
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
         *
         * @param int    $image_id       The default image ID.
         * @param string $object_subtype The object subtype.
         */
        return \apply_filters( 'Yoast\WP\SEO\open_graph_image_id_' . $object_type, $image_id, $object_subtype );
    }
     
    /**
     * Filters the Open Graph image URL.
     *
     * @param string $image          The default image URL.