/home/techb158/balacoffee.com/wp-content/plugins/coming-soon/app
NameSizeModeActions
backwards/-0755rm
includes/-0755rm
bootstrap.php190410644editdlrm
class-seedprod-notifications.php98150644editdlrm
cpt.php10860644editdlrm
functions-addons.php183100644editdlrm
functions-envira-gallaries.php7140644editdlrm
functions-inline-help.php54730644editdlrm
functions-mypaykit.php20140644editdlrm
functions-openai.php169270644editdlrm
functions-rafflepress.php19040644editdlrm
functions-seedprod-gallery.php70644editdlrm
functions-utils.php2694250644editdlrm
functions-wpforms.php16360644editdlrm
import-cross-site-functions.php33950644editdlrm
license.php57600644editdlrm
load_controller.php17550644editdlrm
lpage.php361020644editdlrm
nestednavmenu.php52330644editdlrm
render-csp-mm.php103180644editdlrm
render-dynamic-tags.php268780644editdlrm
render-lp.php12880644editdlrm
routes.php58720644editdlrm
settings.php62130644editdlrm
setup-wizard.php120990644editdlrm
subscriber.php70644editdlrm
theme-templates.php411950644editdlrm
Edit: /home/techb158/balacoffee.com/wp-content/plugins/coming-soon/app/functions-mypaykit.php (2014B)
15, 'headers' => array( 'Accept' => 'application/json', 'Content-Type' => 'application/json', ), 'body' => array( 'site_token' => get_option( 'mypaykit_site_token' ), 'mypaykit_token' => get_option( 'mypaykit_token' ), ), ) ); if ( ! is_wp_error( $response ) ) { $body = wp_remote_retrieve_body( $response ); $forms_data = json_decode( $body, true ); if ( ! empty( $forms_data['forms']['data'] ) && is_array( $forms_data['forms']['data'] ) ) { foreach ( $forms_data['forms']['data'] as $form ) { $forms[] = array( 'id' => $form['uuid'], // Using uuid as the id. 'name' => $form['name'], ); } } } } wp_send_json( $forms ); } } /** * Get MyPayKit form code. * * @return void */ function seedprod_lite_get_mypaykit_code() { if ( check_ajax_referer( 'seedprod_nonce' ) ) { if ( ! current_user_can( apply_filters( 'seedprod_builder_preview_render_capability', 'edit_others_posts' ) ) ) { wp_send_json_error(); } $id = filter_input( INPUT_GET, 'form_id' ); ob_start(); ?>
'; ?>