PHP 8.2.31
Preview: introduction-interface.php Size: 457 B
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-interface.php

<?php

namespace Yoast\WP\SEO\Introductions\Domain;

/**
 * Represents an introduction.
 */
interface Introduction_Interface {

	/**
	 * Returns the ID.
	 *
	 * @return string
	 */
	public function get_id();

	/**
	 * Returns the requested pagination priority. Lower means earlier.
	 *
	 * @return int
	 */
	public function get_priority();

	/**
	 * Returns whether this introduction should show.
	 *
	 * @return bool
	 */
	public function should_show();
}

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
457 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download
997 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download
864 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download
811 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download

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