jetpack_seo_meta_tags, $meta

jetpack_seo_meta_tags, $meta

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_seo_meta_tags, $meta') is found 1 times:

  • /modules/seo-tools/class-jetpack-seo.php line 282
    		 * @since 4.4.0
    		 *
    		 * @param array Array that consists of meta name and meta content pairs.
    		 */
    		$meta = apply_filters( 'jetpack_seo_meta_tags', $meta );
    
    		if ( ! is_array( $meta ) ) {
    			return;
    		}
    
    		// Output them.