post_stuck, $post_id

post_stuck, $post_id

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('post_stuck, $post_id') is found 1 times:

  • /wp-includes/post.php line 3310
    		 * @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.
     *