PATH:
home
/
thebhoeo
/
.trash
/
coming-soon
/
app
<?php /** * Get All Envira Gallery. * * @return void */ function seedprod_lite_get_envira_galleries() { if ( check_ajax_referer( 'seedprod_nonce' ) ) { if ( ! current_user_can( apply_filters( 'seedprod_builder_preview_render_capability', 'edit_others_posts' ) ) ) { wp_send_json_error(); } $type = filter_input( INPUT_GET, 'type', FILTER_SANITIZE_STRING ); $galleries = array(); if ( 'lite' === $type ) { if ( class_exists( 'Envira_Gallery_Lite' ) ) { $galleries = Envira_Gallery_Lite::get_instance()->_get_galleries(); } } elseif ( class_exists( 'Envira_Gallery' ) ) { $galleries = Envira_Gallery::get_instance()->_get_galleries(); } wp_send_json( $galleries ); } }
[-] functions-inline-help.php
[edit]
[-] theme-templates.php
[edit]
[-] render-dynamic-tags.php
[edit]
[-] functions-openai.php
[edit]
[-] nestednavmenu.php
[edit]
[-] load_controller.php
[edit]
[-] functions-addons.php
[edit]
[-] license.php
[edit]
[+]
backwards
[-] routes.php
[edit]
[-] render-csp-mm.php
[edit]
[-] functions-utils.php
[edit]
[-] functions-envira-gallaries.php
[edit]
[-] setup-wizard.php
[edit]
[-] import-cross-site-functions.php
[edit]
[-] render-lp.php
[edit]
[-] lpage.php
[edit]
[-] functions-mypaykit.php
[edit]
[+]
..
[-] functions-rafflepress.php
[edit]
[-] bootstrap.php
[edit]
[-] class-seedprod-notifications.php
[edit]
[+]
includes
[-] functions-wpforms.php
[edit]
[-] settings.php
[edit]
[-] functions-seedprod-gallery.php
[edit]
[-] subscriber.php
[edit]
[-] cpt.php
[edit]