aioseo_show_newsroom_callouts, true
aioseo_show_newsroom_callouts, true
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_show_newsroom_callouts, true') is found 1 times:
- /app/Common/Newsroom/ScreenCallout.php line 100
* @since 5.0.0 * * @param bool $show Whether to show callouts. */ if ( ! apply_filters( 'aioseo_show_newsroom_callouts', true ) ) { return; } $item = $this->getItem(); if ( empty( $item ) ) { return;