rest_wp_font_family_collection_params

rest_wp_font_family_collection_params

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.3

apply_filters('rest_wp_font_family_collection_params') is found 1 times:

  • /wp-includes/rest-api/endpoints/class-wp-rest-font-families-controller.php line 414
    		 * @since 6.5.0
    		 *
    		 * @param array $query_params JSON Schema-formatted collection parameters.
    		 */
    		return apply_filters( 'rest_wp_font_family_collection_params', $query_params );
    	}
    
    	/**
    	 * Get the arguments used when creating or updating a font family.
    	 *
    	 * @since 6.5.0