aioseo_disable, false
aioseo_disable, false
Appears in: all-in-one-seo-pack.5.0.0.1
Hook Type: filter
Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1apply_filters('aioseo_disable, false') is found 2 times:
- /app/Common/Main/Head.php line 100
* * @return void */ public function registerTitleHooks() { if ( apply_filters( 'aioseo_disable', false ) || apply_filters( 'aioseo_disable_title_rewrites', false ) ) { return; } add_filter( 'pre_get_document_title', [ $this, 'getTitle' ], 99999 ); add_filter( 'wp_title', [ $this, 'getTitle' ], 99999 ); if ( ! current_theme_supports( 'title-tag' ) && ! aioseo()->helpers->isBlockTheme() ) { - /app/Common/Meta/Included.php line 32
if ( is_singular() && post_password_required( get_queried_object_id() ) ) { return false; } if ( apply_filters( 'aioseo_disable', false ) || $this->isExcludedGlobal() ) { return false; } if ( ! $this->isQueriedObjectPublic() ) { return false; }