privacy_ping_filter [ WordPress Function ]
privacy_ping_filter ( $sites )
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
Soorgelijke functies: wp_list_filter, _copy_image_file, remove_filter, kses_init_filters, apply_filters
Check whether blog is public before returning sites.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Function Reference/privacy ping filter « WordPress Codex
Description. Check whether blog is public before returning sites. Usage. <?php privacy_ping_filter( $sites ) ?> Parameters. $sites: (mixed) (required) Will return if ...
codex.wordpress.org - Settings Privacy Screen « WordPress Codex
This filter is added by having add_filter('option_ping_sites','privacy_ping_filter'); in the default-filters. When the generic_ping function attempts to get the ...
codex.wordpress.org - <?php /* Plugin Name: Network Privacy Version: 0.1.3 Description ...
... add_filter( 'option_ping_sites', array( $this, 'privacy_ping_filter' ), 1 ); if( $this-> settings['privacy'] < 0 ) add_filter( 'pre_option_blog_public', create_function( '' ...
plugins.svn.wordpress.org - 常用函数-privacy_ping_filter() | WordPress啦!
常用函数-privacy_ping_filter(). 说明. 检查博客在返回到站点前是否为公开状态. 用法. <?php privacy_ping_filter( $sites ) ?> 参数. $sites. (混合)(必需)在博客是 公开 ...
www.wordpress.la