post_stuck

post_stuck

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('post_stuck') is found 1 times:

  • /wp-includes/post.php line 3214
    3210
    3211
    3212
    3213
    3214
    3215
    3216
    3217
    3218
    3219
    3220
             * @since 4.6.0
             *
             * @param int $post_id ID of the post that was stuck.
             */
            do_action( 'post_stuck', $post_id );
        }
    }
     
    /**
     * Un-sticks a post.
     *