Uses
Uses | Description |
---|---|
wp-includes/functions.php: wp_check_jsonp_callback() | Checks that a JSONP callback is a valid JavaScript callback name. |
wp-includes/rest-api/class-wp-rest-server.php: rest_jsonp_enabled | Filters whether jsonp is enabled. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |