YoastWPSEOopen_graph_title_

YoastWPSEOopen_graph_title_

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

See hook in core

Displaying hooks found in version: wordpress-seo.22.3

apply_filters('YoastWPSEOopen_graph_title_') is found 1 times:

  • /src/helpers/open-graph/values-helper.php line 26
    		 *
    		 * @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.