aioseo_show_newsroom_callouts, true

aioseo_show_newsroom_callouts, true

Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1

apply_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;