PHP 8.2.31
Preview: robots-presenter.php Size: 711 B
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/wordpress-seo/src/presenters/robots-presenter.php

<?php

namespace Yoast\WP\SEO\Presenters;

/**
 * Presenter class for the robots output.
 */
class Robots_Presenter extends Abstract_Indexable_Presenter {

	/**
	 * The tag key name.
	 *
	 * @var string
	 */
	protected $key = 'robots';

	/**
	 * Returns the robots output.
	 *
	 * @return string The robots output tag.
	 */
	public function present() {
		$robots = \implode( ', ', $this->get() );

		if ( \is_string( $robots ) && $robots !== '' ) {
			return \sprintf( '<meta name="robots" content="%s" />', \esc_attr( $robots ) );
		}

		return '';
	}

	/**
	 * Gets the raw value of a presentation.
	 *
	 * @return array The raw value.
	 */
	public function get() {
		return $this->presentation->robots;
	}
}

Directory Contents

Dirs: 6 × Files: 15

Name Size Perms Modified Actions
admin DIR
- drwxr-xr-x 2026-06-03 14:57:42
Edit Download
debug DIR
- drwxr-xr-x 2026-06-03 14:57:42
Edit Download
- drwxr-xr-x 2026-06-03 14:57:42
Edit Download
slack 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
webmaster DIR
- drwxr-xr-x 2026-06-03 14:57:42
Edit Download
1.55 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.75 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
377 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download
7.54 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.12 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.34 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.84 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.63 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.69 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
711 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download
4.62 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.45 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
945 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.72 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.30 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download

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