/** * Move Erphpdown download box to top of content */ add_action('template_redirect', 'bold_move_erphpdown_box_to_top'); function bold_move_erphpdown_box_to_top() { if (is_singular() && (get_post_meta(get_the_ID(), 'start_down', true) || get_post_meta(get_the_ID(), 'start_down2', true))) { // Remove default hook remove_filter('the_content', 'erphpdown_content_show'); // Add custom hook with high priority to ensure it runs early add_filter('the_content', 'bold_prepend_erphpdown_box', 1); } } function bold_prepend_erphpdown_box($content) { if (function_exists('erphpdown_content_show')) { // Generate box content // erphpdown_content_show prepends/appends to the passed content. // We pass empty string to get just the box (and potentially free content) $box_html = erphpdown_content_show(''); // Since erphpdown_content_show might wrap things in its own way or return nothing if conditions aren't met // (though we checked conditions in template_redirect, erphpdown_content_show checks them again) return $box_html . $content; } return $content; } 视频去重 – 壹资源网
Tag

标签: 视频去重

😢 检测到广告拦截

您好,我们检测到您使用了广告拦截插件。

本站坚持分享优质资源,广告收入是我们持续更新的唯一动力。我们承诺:

恳请将本站加入白名单,支持我们继续"用爱发电"!