mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-05 12:32:23 +08:00
3 lines
171 B
Text
3 lines
171 B
Text
if ( defined( 'ELEMENTOR_VERSION' ) && is_user_logged_in() && current_user_can( 'edit_posts' ) ) {
|
|
add_filter( 'autoptimize_filter_js_noptimize', '__return_true' );
|
|
}
|