wppaste
WordPress

wp_enqueue_media( array $args = array() )

Since
3.5.0
Source
wp-includes/media.php:4718
Enqueues all scripts, styles, settings, and templates necessary to use all media JS APIs.

Compatibility

WordPress
since 3.5.0
PHP
7.4–8.6-dev
  • 6.7.7
  • 6.8.8
  • 6.9.7
  • 7.0.4
  • 7.1.0

Present in every tracked release (6.7.7 to 7.1.0), and compiles on PHP 7.4 through 8.6-dev.

Parameters

$argsarrayoptional
Arguments for enqueuing media scripts.Default: array()
  • $postint|WP_Post

    Post ID or post object.

Performance profile

How much work a call to wp_enqueue_media() does, and what it touches: the algorithmic scaling, the Zend instruction count per call across PHP versions, the hooks it hands control to, and the core code that calls it. Measured from the compiled opcodes, not a stopwatch, so every number is identical on any machine running the same PHP version, and every function in core is ranked by cost.

Cost class
Heavy

Reaches the database via get_post().

Scaling
Constant

No loop in the body: the same number of instructions runs whatever you pass in.

Instructions
589–672

Executed per call on PHP 8.5, depending on the branch taken. The body compiles to 755.

Plugin surface
9 hooks

Third-party callbacks on 'media_upload_tabs', 'media_library_show_audio_playlist', 'media_library_show_video_playlist' run inside this call, and their cost is not bounded by anything here.

Called by
7

7 places in core call this, so the cost is paid more often than your own code shows.

What it touches

  • hookthird-party callbacksapply_filters()called directly
  • optionoption read or writeget_option()called directly
  • querycontent queryget_post()called directly
  • cacheobject cachewp_cache_get()one call below wp_enqueue_media()
  • serializeserialisationmaybe_unserialize()one call below wp_enqueue_media()

Further down the call graph this can also reach transient. That is the worst case, several calls deep and usually down an error path, not what a normal call pays.

What one call costs · 50 distinct outcomes

One number would be a lie: the work depends on which branch runs. These are every distinct cost wp_enqueue_media() can have, taken from its control-flow graph on PHP 8.5.

WhenInstructionsCalls it makes
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && !isset($args) && !is_admin()589–593did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && !isset($args) && is_admin()595–599did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_script(), wp_enqueue_script(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && !current_theme_supports() && !is_admin()618–624did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && !current_theme_supports() && is_admin()624–630did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_script(), wp_enqueue_script(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && current_theme_supports() && !is_admin()625–631did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), post_type_supports(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && !current_theme_supports() && !is_admin()627–638did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), get_post_meta(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && !current_theme_supports() && $post && !wp_attachment_is() && !is_admin()630–634did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), wp_attachment_is(), wp_attachment_is(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && current_theme_supports() && is_admin()631–637did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), post_type_supports(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_script(), wp_enqueue_script(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && !current_theme_supports() && $post && wp_attachment_is() && post_type_supports() && !is_admin()632–636did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), wp_attachment_is(), post_type_supports(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && !current_theme_supports() && is_admin()633–644did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), get_post_meta(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_script(), wp_enqueue_script(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && current_theme_supports() && !is_admin()634–645did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), post_type_supports(), get_post_meta(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && !current_theme_supports() && $post && post_type_supports() && !is_admin()636–640did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), wp_attachment_is(), wp_attachment_is(), post_type_supports(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
38 further outcomes, up to 672 instructions
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && !current_theme_supports() && $post && !wp_attachment_is() && is_admin()636–640did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), wp_attachment_is(), wp_attachment_is(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_script(), wp_enqueue_script(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && !current_theme_supports() && $post && wp_attachment_is() && !post_type_supports() && !is_admin()637–641did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), wp_attachment_is(), post_type_supports(), current_theme_supports(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && current_theme_supports() && $post && !wp_attachment_is() && !is_admin()637–641did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), post_type_supports(), wp_attachment_is(), wp_attachment_is(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && !current_theme_supports() && $post && wp_attachment_is() && post_type_supports() && is_admin()638–642did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), wp_attachment_is(), post_type_supports(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_script(), wp_enqueue_script(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && current_theme_supports() && $post && wp_attachment_is() && post_type_supports() && !is_admin()639–643did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), post_type_supports(), wp_attachment_is(), post_type_supports(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && current_theme_supports() && is_admin()640–651did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), post_type_supports(), get_post_meta(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_script(), wp_enqueue_script(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && !current_theme_supports() && $post && !post_type_supports() && !is_admin()641–645did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), wp_attachment_is(), wp_attachment_is(), post_type_supports(), current_theme_supports(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && !current_theme_supports() && $post && post_type_supports() && is_admin()642–646did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), wp_attachment_is(), wp_attachment_is(), post_type_supports(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_script(), wp_enqueue_script(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && !current_theme_supports() && $post && !wp_attachment_is() && !is_admin()643–648did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), wp_attachment_is(), wp_attachment_is(), get_post_meta(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && current_theme_supports() && $post && post_type_supports() && !is_admin()643–647did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), post_type_supports(), wp_attachment_is(), wp_attachment_is(), post_type_supports(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && !current_theme_supports() && $post && wp_attachment_is() && !post_type_supports() && is_admin()643–647did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), wp_attachment_is(), post_type_supports(), current_theme_supports(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_script(), wp_enqueue_script(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && current_theme_supports() && $post && !wp_attachment_is() && is_admin()643–647did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), post_type_supports(), wp_attachment_is(), wp_attachment_is(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_script(), wp_enqueue_script(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && current_theme_supports() && $post && wp_attachment_is() && !post_type_supports() && !is_admin()644–648did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), post_type_supports(), wp_attachment_is(), post_type_supports(), current_theme_supports(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && !current_theme_supports() && $post && wp_attachment_is() && post_type_supports() && !is_admin()645–650did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), wp_attachment_is(), post_type_supports(), get_post_meta(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && current_theme_supports() && $post && wp_attachment_is() && post_type_supports() && is_admin()645–649did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), post_type_supports(), wp_attachment_is(), post_type_supports(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_script(), wp_enqueue_script(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && !current_theme_supports() && $post && !post_type_supports() && is_admin()647–651did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), wp_attachment_is(), wp_attachment_is(), post_type_supports(), current_theme_supports(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_script(), wp_enqueue_script(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && current_theme_supports() && $post && !post_type_supports() && !is_admin()648–652did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), post_type_supports(), wp_attachment_is(), wp_attachment_is(), post_type_supports(), current_theme_supports(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && !current_theme_supports() && $post && post_type_supports() && !is_admin()649–654did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), wp_attachment_is(), wp_attachment_is(), post_type_supports(), get_post_meta(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && !current_theme_supports() && $post && !wp_attachment_is() && is_admin()649–654did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), wp_attachment_is(), wp_attachment_is(), get_post_meta(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_script(), wp_enqueue_script(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && current_theme_supports() && $post && post_type_supports() && is_admin()649–653did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), post_type_supports(), wp_attachment_is(), wp_attachment_is(), post_type_supports(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_script(), wp_enqueue_script(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && !current_theme_supports() && $post && wp_attachment_is() && !post_type_supports() && !is_admin()650–655did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), wp_attachment_is(), post_type_supports(), current_theme_supports(), get_post_meta(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && current_theme_supports() && $post && !wp_attachment_is() && !is_admin()650–655did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), post_type_supports(), wp_attachment_is(), wp_attachment_is(), get_post_meta(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && current_theme_supports() && $post && wp_attachment_is() && !post_type_supports() && is_admin()650–654did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), post_type_supports(), wp_attachment_is(), post_type_supports(), current_theme_supports(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_script(), wp_enqueue_script(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && !current_theme_supports() && $post && wp_attachment_is() && post_type_supports() && is_admin()651–656did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), wp_attachment_is(), post_type_supports(), get_post_meta(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_script(), wp_enqueue_script(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && current_theme_supports() && $post && wp_attachment_is() && post_type_supports() && !is_admin()652–657did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), post_type_supports(), wp_attachment_is(), post_type_supports(), get_post_meta(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && !current_theme_supports() && $post && !post_type_supports() && !is_admin()654–659did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), wp_attachment_is(), wp_attachment_is(), post_type_supports(), current_theme_supports(), get_post_meta(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && current_theme_supports() && $post && !post_type_supports() && is_admin()654–658did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), post_type_supports(), wp_attachment_is(), wp_attachment_is(), post_type_supports(), current_theme_supports(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_script(), wp_enqueue_script(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && !current_theme_supports() && $post && post_type_supports() && is_admin()655–660did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), wp_attachment_is(), wp_attachment_is(), post_type_supports(), get_post_meta(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_script(), wp_enqueue_script(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && current_theme_supports() && $post && post_type_supports() && !is_admin()656–661did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), post_type_supports(), wp_attachment_is(), wp_attachment_is(), post_type_supports(), get_post_meta(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && !current_theme_supports() && $post && wp_attachment_is() && !post_type_supports() && is_admin()656–661did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), wp_attachment_is(), post_type_supports(), current_theme_supports(), get_post_meta(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_script(), wp_enqueue_script(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && current_theme_supports() && $post && !wp_attachment_is() && is_admin()656–661did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), post_type_supports(), wp_attachment_is(), wp_attachment_is(), get_post_meta(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_script(), wp_enqueue_script(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && current_theme_supports() && $post && wp_attachment_is() && !post_type_supports() && !is_admin()657–662did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), post_type_supports(), wp_attachment_is(), post_type_supports(), current_theme_supports(), get_post_meta(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && current_theme_supports() && $post && wp_attachment_is() && post_type_supports() && is_admin()658–663did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), post_type_supports(), wp_attachment_is(), post_type_supports(), get_post_meta(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_script(), wp_enqueue_script(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && !current_theme_supports() && $post && !post_type_supports() && is_admin()660–665did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), wp_attachment_is(), wp_attachment_is(), post_type_supports(), current_theme_supports(), get_post_meta(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_script(), wp_enqueue_script(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && current_theme_supports() && $post && !post_type_supports() && !is_admin()661–666did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), post_type_supports(), wp_attachment_is(), wp_attachment_is(), post_type_supports(), current_theme_supports(), get_post_meta(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && current_theme_supports() && $post && post_type_supports() && is_admin()662–667did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), post_type_supports(), wp_attachment_is(), wp_attachment_is(), post_type_supports(), get_post_meta(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_script(), wp_enqueue_script(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && current_theme_supports() && $post && wp_attachment_is() && !post_type_supports() && is_admin()663–668did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), post_type_supports(), wp_attachment_is(), post_type_supports(), current_theme_supports(), get_post_meta(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_script(), wp_enqueue_script(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()
!did_action() && $show_audio_playlist !== null && $show_video_playlist !== null && is_array($months) && isset($args) && current_theme_supports() && $post && !post_type_supports() && is_admin()667–672did_action(), wp_parse_args(), apply_filters(), get_option(), get_option(), get_option(), wp_get_audio_extensions(), wp_get_video_extensions(), array_merge(), get_allowed_mime_types(), apply_filters(), apply_filters(), apply_filters(), apply_filters(), admin_url(), add_query_arg(), get_post_mime_types(), wp_list_pluck(), apply_filters(), wp_create_nonce(), wp_create_nonce(), rest_url(), get_post(), wp_create_nonce(), current_theme_supports(), post_type_supports(), wp_attachment_is(), wp_attachment_is(), post_type_supports(), current_theme_supports(), get_post_meta(), get_post_type_object(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), _x(), _x(), _x(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), __(), apply_filters(), apply_filters(), wp_enqueue_script(), wp_localize_script(), wp_enqueue_script(), wp_enqueue_style(), is_admin(), wp_enqueue_script(), wp_enqueue_script(), wp_enqueue_style(), wp_plupload_default_settings(), add_action(), add_action(), add_action(), do_action()

This body has more branch combinations than are worth enumerating, so the table covers the outcomes found first rather than every one that exists.

Across PHP versions

PHPCompiledExecutedBranchesNotes
8.6-dev755589–67228
8.5755589–67228
8.4755589–672283 fewer instructions than PHP 8.3
8.3758589–67228
8.2758589–67228
8.1758589–67228
7.4758589–67228

An instruction is not a fixed amount of time, so a matching count is not necessarily the same speed; what it rules out is a difference in the work itself.

Hooks and filters fired · 9

9 hooks fire while wp_enqueue_media() runs, in this order:

  1. apply_filters( media_upload_tabs )filterline 4744 (+26 into the body)

    Filters the available tabs in the legacy (pre-3.5.0) media popup.

  2. apply_filters( media_library_show_audio_playlist )filterline 4782 (+64 into the body)

    Allows showing or hiding the "Create Audio Playlist" button in the media library.

  3. apply_filters( media_library_show_video_playlist )filterline 4810 (+92 into the body)

    Allows showing or hiding the "Create Video Playlist" button in the media library.

  4. apply_filters( media_library_months_with_files )filterline 4836 (+118 into the body)

    Allows overriding the list of months displayed in the media library.

  5. apply_filters( media_library_infinite_scrolling )filterline 4864 (+146 into the body)

    Filters whether the Media Library grid has infinite scrolling. Default `false`.

  6. apply_filters( disable_captions )filterline 4871 (+153 into the body)

    Filters whether to disable captions.

  7. apply_filters( media_view_settings )filterline 5064 (+346 into the body)

    Filters the media view settings.

  8. apply_filters( media_view_strings )filterline 5074 (+356 into the body)

    Filters the media view strings.

  9. do_action( wp_enqueue_media )actionline 5104 (+386 into the body)

    Fires at the conclusion of wp_enqueue_media().

Uses · 28

Show all 28

Used by · 7

Source code

function wp_enqueue_media( $args = array() ) {	// Enqueue me just once per page, please.	if ( did_action( 'wp_enqueue_media' ) ) {		return;	} 	global $content_width, $wpdb, $wp_locale; 	$defaults = array(		'post' => null,	);	$args     = wp_parse_args( $args, $defaults ); 	/*	 * We're going to pass the old thickbox media tabs to `media_upload_tabs`	 * to ensure plugins will work. We will then unset those tabs.	 */	$tabs = array(		// handler action suffix => tab label		'type'     => '',		'type_url' => '',		'gallery'  => '',		'library'  => '',	); 	/** This filter is documented in wp-admin/includes/media.php */	$tabs = apply_filters( 'media_upload_tabs', $tabs );	unset( $tabs['type'], $tabs['type_url'], $tabs['gallery'], $tabs['library'] ); 	$props = array(		'link'  => get_option( 'image_default_link_type' ), // DB default is 'file'.		'align' => get_option( 'image_default_align' ),     // Empty default.		'size'  => get_option( 'image_default_size' ),      // Empty default.	); 	$exts      = array_merge( wp_get_audio_extensions(), wp_get_video_extensions() );	$mimes     = get_allowed_mime_types();	$ext_mimes = array();	foreach ( $exts as $ext ) {		foreach ( $mimes as $ext_preg => $mime_match ) {			if ( preg_match( '#' . $ext . '#i', $ext_preg ) ) {				$ext_mimes[ $ext ] = $mime_match;				break;			}		}	} 	/**	 * Allows showing or hiding the "Create Audio Playlist" button in the media library.	 *	 * By default, the "Create Audio Playlist" button will always be shown in	 * the media library.  If this filter returns `null`, a query will be run	 * to determine whether the media library contains any audio items.  This	 * was the default behavior prior to version 4.8.0, but this query is	 * expensive for large media libraries.	 *	 * @since 4.7.4	 * @since 4.8.0 The filter's default value is `true` rather than `null`.	 *	 * @link https://core.trac.wordpress.org/ticket/31071	 *	 * @param bool|null $show Whether to show the button, or `null` to decide based	 *                        on whether any audio files exist in the media library.	 */	$show_audio_playlist = apply_filters( 'media_library_show_audio_playlist', true );	if ( null === $show_audio_playlist ) {		$show_audio_playlist = $wpdb->get_var(			"SELECT ID			FROM $wpdb->posts			WHERE post_type = 'attachment'			AND post_mime_type LIKE 'audio%'			LIMIT 1"		);	} 	/**	 * Allows showing or hiding the "Create Video Playlist" button in the media library.	 *	 * By default, the "Create Video Playlist" button will always be shown in	 * the media library.  If this filter returns `null`, a query will be run

Changelog

Introduced in 3.5.0. Unchanged from 6.7.7 through 7.1.0.

  1. 6.7.7
  2. 6.8.8
  3. 6.9.7
  4. 7.0.4
  5. 7.1.0

Signature, return type and hooks compared across 5 parsed releases.

About this page

Parsed data
Generated from the wordpress-develop 6.7.7 tag, from src/wp-includes/media.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
Corrections
Something wrong on this page? Report it and it gets fixed in the next regeneration.