wpseo_wincher_all_keyphrases

wpseo_wincher_all_keyphrases

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

See hook in core

Displaying hooks found in version: wordpress-seo.23.8

apply_filters('wpseo_wincher_all_keyphrases') is found 1 times:

  • /src/actions/wincher/wincher-keyphrases-action.php line 298
    		 * Filters the keyphrases collected by the Wincher integration from all the posts.
    		 *
    		 * @param array $keyphrases The keyphrases array.
    		 */
    		$keyphrases = \apply_filters( 'wpseo_wincher_all_keyphrases', $keyphrases );
    
    		// Filter out empty entries.
    		return \array_filter( $keyphrases );
    	}
    
    	/**