Current path: home/webdevt/www/dev-uz-avocat/wp-content/plugins/wp-all-export/src/Security/
?? Go up: /home/webdevt/www/dev-uz-avocat/wp-content/plugins/wp-all-export/src
<?php
namespace Wpae\Security;
class AccessControl
{
public function checkAdminReferrer()
{
\check_admin_referer('options', '_wpnonce_options');
}
}