Video playlist
-
Hello, how are you?
My website query monitor is often pointing a playlist publish action as a slow query. I disable the +playlist button on the code, but the query is still happening and new private playlists are still popping in the all video playlist section. Can you help me to solve the problem?
This is the query log:
SELECT wp_posts.*
FROM wp_posts
WHERE 1=1
AND wp_posts.post_author IN (1)
AND wp_posts.post_type = ‘video_playlist’
AND ((wp_posts.post_status = ‘publish’
OR wp_posts.post_status = ‘private’))
ORDER BY wp_posts.post_date DESC
WP_Query->get_posts
WP_Query->query
get_posts
masvideos_get_current_user_video_playlists
masvideos_template_button_toggle_user_video_playlist
masvideos_template_button_video_playlist
masvideos_template_loop_video_actions
WP_Hook->apply_filters
WP_Hook->do_action
do_action(‘masvideos_after_videos_loop_item_title’)
require(‘/plugins/masvideos/templates/content-video.php’)
load_template
masvideos_get_template_part
MasVideos_Shortcode_Videos->video_loop
MasVideos_Shortcode_Videos->get_content
MasVideos_Shortcodes::videos
vodi_do_shortcode
vodi_section_videos_carousel_flex_header
vodi_section_videos_carousel_flex_header_element
WP_Block_Type->render
render_block
do_blocks
WP_Hook->apply_filters
apply_filters(‘the_content’)
the_content
vodi_page_content
WP_Hook->apply_filters
WP_Hook->do_action
do_action(‘vodi_page’)
require(‘/themes/vodi/templates/contents/content-page.php’)
load_template
locate_template
get_template_part
include(‘/themes/vodi/page.php’)
require_once(‘wp-includes/template-loader.php’)
require(‘wp-blog-header.php’)The page I need help with: [log in to see the link]
- The topic ‘Video playlist’ is closed to new replies.