wpseo_schema_organization_social_profiles, $profiles

wpseo_schema_organization_social_profiles, $profiles

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_filters('wpseo_schema_organization_social_profiles, $profiles') is found 1 times:

  • /src/generators/schema/organization.php line 84

    Warning: Undefined array key 88 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 89 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		 * represented organization.
    		 *
    		 * @param string[] $profiles
    		 */
    		$profiles = \apply_filters( 'wpseo_schema_organization_social_profiles', $profiles );
    
    		return $profiles;
    	}
    }