(Request Feature) Adding an filter to render function
-
Hi there,
First of all, thank for creating a useful plugin.
We’re integrating the plugin to our project, because We are using React for our project, We have to use Rest API.
The problem is the NextGen does not print scripts if it’s Rest API request:products -> photocrati_nextgen -> modules -> nextgen_gallery_display -> package.module.nextgen_gallery_display.php -> On the line 1915
if ((!defined('NGG_SKIP_LOAD_SCRIPTS') || !NGG_SKIP_LOAD_SCRIPTS) && !$this->is_rest_request()) { $controller->enqueue_frontend_resources($displayed_gallery); }
Can you please add apply_filters function here?
Thank you
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘(Request Feature) Adding an filter to render function’ is closed to new replies.