pings_open

pings_open

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('pings_open') is found 1 times:

  • /wp-includes/comment-template.php line 1346
    	 *
    	 * @param bool $pings_open Whether the current post is open for pings.
    	 * @param int  $post_id    The post ID.
    	 */
    	return apply_filters( 'pings_open', $pings_open, $post_id );
    }
    
    /**
     * Displays form token for unfiltered comments.
     *
     * Will only display nonce token if the current user has permissions for
    

See this hook used in plugins:

Examples using pings_open