post_type, array( 'profile_article','anew','yellow' ), true ) ) { return; } if ( 'publish' !== $post->post_status ) { return; } // Планируем задачу as_schedule_single_action( time() + 60, 'test_action_scheduler_task', array( $post_id, $post->post_title ), 'test' ); //error_log( "Задача запланирована для поста ID: {$post_id}" ); } add_action( 'save_post', 'test_schedule_action_on_save_post', 10, 3 );