Saltar al contenido Saltar a la navegación
De vuelta al soporte principal

Esquema de organización de filtros

Nombre del gancho
seopress_get_json_data_organization
Versión requerida
4.6
function sp_get_json_data_organization($jsonld) {
//$jsonld returns the schema as an array
//$context returns the context as an array, use this to apply conditions
//do your stuff
return $jsonld;
}
add_filter('seopress_get_json_data_organization','sp_get_json_data_organization', 10);
Cómo usar los ganchos SEOPress