8889841cTag_Verify_Guard.php000064400000002211150515462220010434 0ustar00input = $input; } /** * Determines whether the guarded tag can be activated or not. * * @since 1.24.0 * * @return bool|WP_Error TRUE if guarded tag can be activated, otherwise FALSE or an error. */ public function can_activate() { return ! $this->input->filter( INPUT_GET, 'tagverify', FILTER_VALIDATE_BOOLEAN ); } } Tag_Environment_Type_Guard.php000064400000002201150515462220012474 0ustar00