wpseo_enable_ai_content_planner_inline_banner

wpseo_enable_ai_content_planner_inline_banner

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.27.6

apply_filters('wpseo_enable_ai_content_planner_inline_banner') is found 1 times:

  • /admin/metabox/class-metabox.php line 371
    			 * Returning false stops the hidden meta inputs from being rendered, which the editor JS treats as "banner disabled".
    			 *
    			 * @param bool $enabled Whether the inline banner should be available in the editor. Default true.
    			 */
    			if ( apply_filters( 'wpseo_enable_ai_content_planner_inline_banner', true ) ) {
    				// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Output escaped in class.
    				echo new Meta_Fields_Presenter( $this->get_metabox_post(), 'content_planner' );
    			}
    		}
    
    		/**