wpseo_tracking_settings_include_list

wpseo_tracking_settings_include_list

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

See hook in core

Displaying hooks found in version: wordpress-seo.22.3

apply_filters('wpseo_tracking_settings_include_list') is found 1 times:

  • /admin/tracking/class-tracking-settings-data.php line 251
    		 * Filter: 'wpseo_tracking_settings_include_list' - Allow filtering the settings included in tracking.
    		 *
    		 * @param string $include_list The list with included setting names.
    		 */
    		$this->include_list = apply_filters( 'wpseo_tracking_settings_include_list', $this->include_list );
    
    		$options = WPSEO_Options::get_all();
    		// Returns the settings of which the keys intersect with the values of the include list.
    		$options = array_intersect_key( $options, array_flip( $this->include_list ) );
    
    		return [