Notice: require(): read of 1089 bytes failed with errno=12 Cannot allocate memory in /home/tvsazfgs/public_html/wp-settings.php on line 196

Notice: require(): read of 1089 bytes failed with errno=12 Cannot allocate memory in /home/tvsazfgs/public_html/wp-settings.php on line 196
mmended to be used for sensitive pages. * * Typical usage is as a {@see 'wp_robots'} callback: * * add_filter( 'wp_robots', 'wp_robots_sensitive_page' ); * * @since 5.7.0 * * @param array $robots Associative array of robots directives. * @return array Filtered robots directives. */ function wp_robots_sensitive_page( array $robots ) { $robots['noindex'] = true; $robots['noarchive'] = true; return $robots; } /** * Adds `max-image-preview:large` to the robots meta tag. * * This directive tells web robots that large image previews are allowed to be * displayed, e.g. in search engines, unless the blog is marked as not being public. * * Typical usage is as a {@see 'wp_robots'} callback: * * add_filter( 'wp_robots', 'wp_robots_max_image_preview_large' ); * * @since 5.7.0 * * @param array $robots Associative array of robots directives. * @return array Filtered robots directives. */ function wp_robots_max_image_preview_large( array $robots ) { if ( get_option( 'blog_public' ) ) { $robots['max-image-preview'] = 'large'; } return $robots; } Value Passion – More value for the way you live.
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'wp_robots' not found or invalid function name in /home/tvsazfgs/public_html/wp-includes/class-wp-hook.php on line 310
0
    0
    Your Cart
    Your cart is emptyReturn to Shop