YoastWPSEOopen_graph_title_

YoastWPSEOopen_graph_title_

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

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

apply_filters('YoastWPSEOopen_graph_title_') is found 1 times:

  • /src/helpers/open-graph/values-helper.php line 26
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
         *
         * @param string $title          The default title.
         * @param string $object_subtype The object subtype.
         */
        return \apply_filters( 'Yoast\WP\SEO\open_graph_title_' . $object_type, $title, $object_subtype );
    }
     
    /**
     * Filters the Open Graph description.
     *
     * @param string $description    The default description.