PATH:
home
/
letacommog
/
laindinois
/
OLD
/
wp-content
/
plugins
/
wordpress-seo-premium
/
premium
/
cli
<?php /** * WPSEO plugin file. * * @package WPSEO\CLI */ /** * Enforce premium version requirement on commands covering premium features. */ final class WPSEO_CLI_Premium_Requirement { /** * Enforces license requirements for commands representing premium * functionality. * * @return void */ public static function enforce() { if ( WPSEO_Utils::is_yoast_seo_premium() ) { return; } // No premium commands allowed. WP_CLI::error( 'This command can only be run with an active Yoast SEO Premium license.' ); } }
[+]
..
[-] cli-redirect-follow-command.php
[edit]
[-] class-cli-redirect-command-namespace.php
[edit]
[-] class-cli-redirect-base-command.php
[edit]
[-] class-cli-redirect-list-command.php
[edit]
[-] cli-redirect-update-command.php
[edit]
[-] cli-redirect-create-command.php
[edit]
[-] cli-redirect-delete-command.php
[edit]
[-] cli-premium-requirement.php
[edit]
[-] class-cli-redirect-create-command.php
[edit]
[-] class-cli-redirect-update-command.php
[edit]
[-] cli-redirect-base-command.php
[edit]
[-] class-cli-redirect-delete-command.php
[edit]
[-] cli-redirect-has-command.php
[edit]
[-] cli-redirect-command-namespace.php
[edit]
[-] class-cli-premium-requirement.php
[edit]
[-] cli-redirect-list-command.php
[edit]
[-] class-cli-redirect-follow-command.php
[edit]
[-] class-cli-redirect-has-command.php
[edit]