1 parent 45142b0 commit e97c6d9Copy full SHA for e97c6d9
1 file changed
src/Plugin/Assets.php
@@ -37,7 +37,7 @@ public function load_assets(): void {
37
*
38
*/
39
public function load_admin_styles( string $hook_suffix = '' ): void {
40
- if ( ! $hook_suffix || ! str_contains( $hook_suffix, 'framework-demo' ) ) {
+ if ( ! $hook_suffix || ! str_contains( $hook_suffix, $this->core->get_name() ) ) {
41
return;
42
}
43
0 commit comments