WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/pings open

Description

This Conditional Tag checks if trackbacks are allowed for the current Post or a given Post ID. This is a boolean function, meaning it returns either TRUE or FALSE.

Usage

<?php pings_open$post_id ); ?>

Parameters

$post_id
(integer) (optional) The post ID
Default: 0

Return Values

(boolean) 
True on success, false on failure.

Examples

Notes

Change Log

Since: 1.5.0

Source File

pings_open() is located in wp-includes/comment-template.php.

Related

See also index of Function Reference and index of Template Tags.