PHP 8.2.31
Preview: robots-helper.php Size: 1.74 KB
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/wordpress-seo/src/helpers/robots-helper.php

<?php

namespace Yoast\WP\SEO\Helpers;

use Yoast\WP\SEO\Models\Indexable;

/**
 * A helper object for the robots meta tag.
 */
class Robots_Helper {

	/**
	 * Holds the Post_Type_Helper.
	 *
	 * @var Post_Type_Helper
	 */
	protected $post_type_helper;

	/**
	 * Holds the Taxonomy_Helper.
	 *
	 * @var Taxonomy_Helper
	 */
	protected $taxonomy_helper;

	/**
	 * Constructs a Score_Helper.
	 *
	 * @param Post_Type_Helper $post_type_helper The Post_Type_Helper.
	 * @param Taxonomy_Helper  $taxonomy_helper  The Taxonomy_Helper.
	 */
	public function __construct( Post_Type_Helper $post_type_helper, Taxonomy_Helper $taxonomy_helper ) {
		$this->post_type_helper = $post_type_helper;
		$this->taxonomy_helper  = $taxonomy_helper;
	}

	/**
	 * Retrieves whether the Indexable is indexable.
	 *
	 * @param Indexable $indexable The Indexable.
	 *
	 * @return bool Whether the Indexable is indexable.
	 */
	public function is_indexable( Indexable $indexable ) {
		if ( $indexable->is_robots_noindex === null ) {
			// No individual value set, check the global setting.
			switch ( $indexable->object_type ) {
				case 'post':
					return $this->post_type_helper->is_indexable( $indexable->object_sub_type );
				case 'term':
					return $this->taxonomy_helper->is_indexable( $indexable->object_sub_type );
			}
		}

		return $indexable->is_robots_noindex === false;
	}

	/**
	 * Sets the robots index to noindex.
	 *
	 * @param array $robots The current robots value.
	 *
	 * @return array The altered robots string.
	 */
	public function set_robots_no_index( $robots ) {
		if ( ! \is_array( $robots ) ) {
			\_deprecated_argument( __METHOD__, '14.1', '$robots has to be a key-value paired array.' );
			return $robots;
		}

		$robots['index'] = 'noindex';

		return $robots;
	}
}

Directory Contents

Dirs: 3 × Files: 48

Name Size Perms Modified Actions
- drwxr-xr-x 2026-06-03 14:57:42
Edit Download
schema DIR
- drwxr-xr-x 2026-06-03 14:57:42
Edit Download
twitter DIR
- drwxr-xr-x 2026-06-03 14:57:42
Edit Download
1.24 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
2.51 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
2.24 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
5.25 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
2.32 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
2.07 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
8.10 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
655 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download
15.63 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
3.13 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
793 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download
5.36 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
681 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download
11.69 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.36 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
716 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download
9.24 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
6.75 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
12.69 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
2.65 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
2.84 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
2.91 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
2.01 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
4.65 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
5.68 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.60 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
5.42 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
7.18 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.37 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.08 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.73 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
326 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.74 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
3.40 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
694 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.03 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
2.78 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
3.52 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
566 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download
10.73 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.19 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
4.98 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
8.13 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
3.93 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
2.51 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.27 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
512 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download
937 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).