Uses
Uses | Description |
---|---|
wp-includes/media.php: wpview_media_sandbox_styles() | Returns the URLs for CSS files used in an iframe-sandbox’d TinyMCE media view. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/query.php: setup_postdata() | Set up global post data. |
wp-includes/functions.wp-scripts.php: wp_print_scripts() | Prints scripts in document head that are in the $handles queue. |
wp-includes/functions.php: wp_send_json_error() | Send a JSON response back to an Ajax request, indicating failure. |
wp-includes/functions.php: wp_send_json_success() | Send a JSON response back to an Ajax request, indicating success. |
wp-includes/shortcodes.php: do_shortcode() | Search content for shortcodes and filter shortcodes through their hooks. |
wp-includes/media.php: wp_underscore_playlist_templates() | Outputs the templates used by playlists. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |