This filter is documented in wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php
new WP_REST_Response( array(
Sortie :
// Modifier la valeur avec le filtre 'rest_prepare_block_type'
add_filter('rest_prepare_block_type', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre(new WP_REST_Response( array() {
// Modifier la valeur
return new WP_REST_Response( array(;
}
Chargement des actualités...