کد:function myp($post_id) { if(wp_is_post_revision($post_id)) return; if(get_the_title($post_id) == "test") { wp_update_post([ 'ID' => $post_id, 'post_status' => 'pending' ]); } } add_action('save_post', 'myp');
کد:function myp($post_id) { if(wp_is_post_revision($post_id)) return; if(get_the_title($post_id) == "test") { wp_update_post([ 'ID' => $post_id, 'post_status' => 'pending' ]); } } add_action('save_post', 'myp');
در حال حاضر 1 کاربر در حال مشاهده این موضوع است. (0 کاربران و 1 مهمان ها)