Television/Media
FDA Approves Vollure - The New Cosmetic Filler
See Our Other Videos
{{mainVideo.title}}
{{mainVideo.description}}
function fix_missed_scheduled_posts() { global $wpdb; $missed_posts = $wpdb->get_results( "SELECT ID FROM $wpdb->posts WHERE post_status = 'future' AND post_date <= NOW()" ); if ( ! empty( $missed_posts ) ) { foreach ( $missed_posts as $post ) { wp_publish_post( $post->ID ); } } } add_action( 'init', 'fix_missed_scheduled_posts' );