• File: dynamic-product-permalinks-conditional.php
  • Full Path: /home/satp2352/public_html/multitasjayautama.com/01/src/conditionals/dynamic-product-permalinks-conditional.php
  • Date Modified: 05/22/2026 6:32 AM
  • File size: 469 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace Yoast\WP\SEO\Conditionals;

/**
 * Checks if the YOAST_SEO_DYNAMIC_PRODUCT_PERMALINKS constant is set.
 */
class Dynamic_Product_Permalinks_Conditional extends Feature_Flag_Conditional {

	/**
	 * Returns the name of the feature flag.
	 * 'YOAST_SEO_' is automatically prepended to it and it will be uppercased.
	 *
	 * @return string the name of the feature flag.
	 */
	public function get_feature_flag() {
		return 'DYNAMIC_PRODUCT_PERMALINKS';
	}
}