Submit
Path:
~
/
home
/
getwphos
/
www
/
shellfish
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
introductions
/
application
/
File Content:
user-allowed-trait.php
<?php namespace Yoast\WP\SEO\Introductions\Application; trait User_Allowed_Trait { /** * Determines whether the user has the required capabilities. * * @param string[] $capabilities The required capabilities. * * @return bool Whether the user has the required capabilities. */ private function is_user_allowed( $capabilities ) { foreach ( $capabilities as $capability ) { if ( ! \current_user_can( $capability ) ) { return false; } } return true; } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
ai-fix-assessments-upsell.php
2000 bytes
0644
current-page-trait.php
1354 bytes
0644
introductions-collector.php
3467 bytes
0644
user-allowed-trait.php
486 bytes
0644
version-trait.php
609 bytes
0644
N4ST4R_ID | Naxtarrr