rest_response_link_curies

rest_response_link_curies

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('rest_response_link_curies') is found 1 times:

  • /wp-includes/rest-api/class-wp-rest-response.php line 289

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

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

    		 * @since 4.5.0
    		 *
    		 * @param array $additional Additional CURIEs to register with the REST API.
    		 */
    		$additional = apply_filters( 'rest_response_link_curies', array() );
    
    		return array_merge( $curies, $additional );
    	}
    }