Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




comments_link [ WordPress Function ]

comments_link ( $deprecated = '', $deprecated_2 = '' )
Parameters:
  • (string) $deprecated Not Used
  • (bool) $deprecated_2 Not Used
Defined at:



Displays the link to the current post comments.

Source


<?php
function comments_link$deprecated ''$deprecated_2 '' ) {
    if ( !empty( 
$deprecated ) )
        
_deprecated_argument__FUNCTION__'0.72' );
    if ( !empty( 
$deprecated_2 ) )
        
_deprecated_argument__FUNCTION__'1.3' );
    echo 
get_comments_link();
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics