accelerated-mobile-pages icon indicating copy to clipboard operation
accelerated-mobile-pages copied to clipboard

Incorrect hook used to add admin scripts

Open HaripriyaHari opened this issue 4 years ago • 0 comments

The way of 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

Reference: https://wordpress.org/support/topic/please-use-proper-hook/

HaripriyaHari avatar May 13 '20 05:05 HaripriyaHari