PHP 8.0.30
Preview: class-wpseo-replacement-variable.php Size: 1.34 KB
/home/certprox/www/wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php

<?php
/**
 * WPSEO plugin file.
 *
 * @package WPSEO\Internals
 * @since   7.7
 */

/**
 * Class WPSEO_Replacement_Variable.
 *
 * This class stores the data of a single snippet variable.
 */
class WPSEO_Replacement_Variable {

	/**
	 * The variable to use.
	 *
	 * @var string
	 */
	protected $variable;

	/**
	 * The label of the replacement variable.
	 *
	 * @var string
	 */
	protected $label;

	/**
	 * The description of the replacement variable.
	 *
	 * @var string
	 */
	protected $description;

	/**
	 * WPSEO_Replacement_Variable constructor.
	 *
	 * @param string $variable    The variable that is replaced.
	 * @param string $label       The label of the replacement variable.
	 * @param string $description The description of the replacement variable.
	 */
	public function __construct( $variable, $label, $description ) {
		$this->variable    = $variable;
		$this->label       = $label;
		$this->description = $description;
	}

	/**
	 * Returns the variable to use.
	 *
	 * @return string
	 */
	public function get_variable() {
		return $this->variable;
	}

	/**
	 * Returns the label of the replacement variable.
	 *
	 * @return string
	 */
	public function get_label() {
		return $this->label;
	}

	/**
	 * Returns the description of the replacement variable.
	 *
	 * @return string
	 */
	public function get_description() {
		return $this->description;
	}
}

Directory Contents

Dirs: 3 × Files: 29

Name Size Perms Modified Actions
- drwxr-xr-x 2025-10-22 06:59:01
Edit Download
options DIR
- drwxr-xr-x 2025-10-22 06:59:01
Edit Download
sitemaps DIR
- drwxr-xr-x 2025-10-22 06:59:01
Edit Download
26.28 KB lrw-r--r-- 2025-10-22 06:59:01
Edit Download
5.39 KB lrw-r--r-- 2025-10-22 06:59:01
Edit Download
3.89 KB lrw-r--r-- 2025-10-22 06:59:01
Edit Download
7.58 KB lrw-r--r-- 2025-10-22 06:59:01
Edit Download
3.04 KB lrw-r--r-- 2025-10-22 06:59:01
Edit Download
55.29 KB lrw-r--r-- 2025-10-22 06:59:01
Edit Download
26.97 KB lrw-r--r-- 2025-10-22 06:59:01
Edit Download
2.62 KB lrw-r--r-- 2025-10-22 06:59:01
Edit Download
1.73 KB lrw-r--r-- 2025-10-22 06:59:01
Edit Download
1.59 KB lrw-r--r-- 2025-10-22 06:59:01
Edit Download
15.09 KB lrw-r--r-- 2025-10-22 06:59:01
Edit Download
1.11 KB lrw-r--r-- 2025-10-22 06:59:01
Edit Download
34.17 KB lrw-r--r-- 2025-10-22 06:59:01
Edit Download
1.70 KB lrw-r--r-- 2025-10-22 06:59:01
Edit Download
7.37 KB lrw-r--r-- 2025-10-22 06:59:01
Edit Download
51.41 KB lrw-r--r-- 2025-10-22 06:59:01
Edit Download
1.34 KB lrw-r--r-- 2025-10-22 06:59:01
Edit Download
1.11 KB lrw-r--r-- 2025-10-22 06:59:01
Edit Download
1.41 KB lrw-r--r-- 2025-10-22 06:59:01
Edit Download
28.49 KB lrw-r--r-- 2025-10-22 06:59:01
Edit Download
5.24 KB lrw-r--r-- 2025-10-22 06:59:01
Edit Download
1.71 KB lrw-r--r-- 2025-10-22 06:59:01
Edit Download
38 B lrw-r--r-- 2025-10-22 06:59:01
Edit Download
294 B lrw-r--r-- 2025-10-22 06:59:01
Edit Download
348 B lrw-r--r-- 2025-10-22 06:59:01
Edit Download
1.28 KB lrw-r--r-- 2025-10-22 06:59:01
Edit Download
68 B lrw-r--r-- 2025-10-22 06:59:01
Edit Download
9.00 KB lrw-r--r-- 2025-10-22 06:59:01
Edit Download
1.56 KB lrw-r--r-- 2025-10-22 06:59:01
Edit Download

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