Java Script Options –> Exclude Scripts and add foogallery.min.js', 'foogallery' ); ?>
__( 'Invalid security token.', 'foogallery' ),
), 403 );
}
if ( ! current_user_can( 'manage_options' ) ) {
wp_send_json_error( array(
'message' => __( 'Insufficient permissions.', 'foogallery' ),
), 403 );
}
delete_transient( FooGallery_Autoptimize_Compatibility::transient_key );
wp_send_json_success();
}
}
}