wpseo_use_page_analysis хук-фильтр . Yoast 1.0
Filter: 'wpseo_use_page_analysis' Determines if the analysis should be enabled.
Использование
add_filter( 'wpseo_use_page_analysis', 'filter_function_name_6907' ); function filter_function_name_6907( $true ){ // filter... return $true; }
- $true(true/false)
- Determines if the analysis should be enabled.
Где вызывается хук
wpseo_use_page_analysis
wpseo_use_page_analysis
wpseo_use_page_analysis
yoast/inc/class-wpseo-admin-bar-menu.php 523
if ( apply_filters( 'wpseo_use_page_analysis', true ) !== true ) {
yoast/inc/class-wpseo-admin-bar-menu.php 542
if ( apply_filters( 'wpseo_use_page_analysis', true ) !== true ) {
yoast/admin/class-meta-columns.php 49
if ( apply_filters( 'wpseo_use_page_analysis', true ) === true ) {