YoastWPSEOopen_graph_description_

YoastWPSEOopen_graph_description_

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

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

apply_filters('YoastWPSEOopen_graph_description_') is found 1 times:

  • /src/helpers/open-graph/values-helper.php line 45
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
         *
         * @param string $description    The default description.
         * @param string $object_subtype The object subtype.
         */
        return \apply_filters( 'Yoast\WP\SEO\open_graph_description_' . $object_type, $description, $object_subtype );
    }
     
    /**
     * Filters the Open Graph image ID.
     *
     * @param int    $image_id       The default image ID.