admin_enqueue_scripts $hook_suffix can’t work normally.
-
add_action( 'admin_enqueue_scripts', 'adminAssets' ); function($hook_suffix){ echo $hook_suffix; }
However, the result of $hook_suffix is: ‘%e7%94%a8%e6%88%b7_page_users-user-role-editor’.
I don’t know what is ‘%e7%94%a8%e6%88%b7’, how to troubleshoot this string?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘admin_enqueue_scripts $hook_suffix can’t work normally.’ is closed to new replies.