We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d56039 + d1a4b54 commit 6e91bb6Copy full SHA for 6e91bb6
src/php/src/admin/class-users-management.php
@@ -159,7 +159,7 @@ function () {
159
* @return void
160
*/
161
public static function enqueue_scripts_and_styles( $hook_suffix ) {
162
- if ( ! str_ends_with( $hook_suffix, SKAUTIS_INTEGRATION_NAME . '_usersManagement' ) ) {
+ if ( 'skautis_page_skautis-integration_usersManagement' !== $hook_suffix ) {
163
return;
164
}
165
wp_enqueue_script( 'thickbox' );
0 commit comments