Please use proper hook
-
Lead developer of Redux here. The way you coded Redux is conflicting with others. Please change this line of code:
add_action( 'admin_enqueue_scripts', 'ampforwp_add_admin_styling' );
to this:
add_action( 'redux/page/redux_builder_amp/enqueue', 'ampforwp_add_admin_styling' );
This can be found in on line 25 of your
~/includes/features/functions.php
file.Thank you.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Please use proper hook’ is closed to new replies.