The problem was that iFrame was being stripped, I tried all methods to allow iFrame code butdidn’t work, so I wrote a simple short-code and now it works.
Related Posts:
- How do I log plugin (cron) actions?
- Cron firing my function everytime wp-admin is visited
- How Do I Make WordPress Run an Event Every Day?
- get_posts / WP_Query Memory size of 134217728 bytes exhausted
- Hourly WP schedule, do I need at least 1 visitor hourly?
- Scheduled event does not run at midnight
- Is it possible to load plugin from console with core ?
- Is there any background process that I can run from plugin without depending on page hits on a website without affecting page-load speed?
- WordPress cron running twice
- Will cron job run if page loaded is being served from cache?
- How to schedule a cron job in plugin without waiting for page load request?
- Problems with cron
- How to Trigger WP CRON at Local Timestamp?
- Plugin with functions inside a class & how to trigger WP CRON
- WP Cron as Fast as WordPress AJAX?
- Best place to keep files that are called by cron jobs?
- What is the use of wp_schedule_event hook?
- Running one-off cron jobs when WP_DISABLE_CRON is true: can I hit /wp-cron.php?
- How to debug a plugin with Xdebug?
- Is there widely accepted phpDoc syntax for documenting which hook calls a function?
- Make Categories and Tags required in admin
- Getting wrong relationship value in $args in wp_Query?
- wp_schedule_event in a class
- custom XMLRPC method plus authentication of user & WooCommerce order
- How to extend LINK TO functionality in ATTACHMENT DISPLAY SETTINGS
- How do I Make a Theme “plugin-ready”?
- How to iterate through custom posts and add the title to an array
- How to Structure a New Role/Capability Scheme?
- How to create Image gallery Metabox in wordpress [closed]
- Display only certain posts based on visitor’s country?
- Is it possible to create an action hook using do_action() within add_action()?
- Custom user profile, registration, login page with theme
- Plugin Sidebar is not Saving Meta Attribute to Post/Page after “Update”
- Possible to preset a widget’s contents via a plugin script?
- Need specific kind of “Poll Voting” for WordPress [closed]
- Install widget on plugin activation
- Plugin admin page meta_box toggle and order state not saving
- Does wp-cron runs all tasks scheduled at same time together or one after other?
- Prevent Javascript Facebook SDK Conflicts in plugin
- Integrating Stripe PHP library into a custom WordPress Plugin
- How to change the URL pattern for single post view
- What for the tables ending with the meta used in database of wordpress?
- How to create custom field in worpdress default widgets?
- Ensure function has completed before allowing another Ajax call
- Loading scripts with wp_register_script and wp_enqueue_script
- Change the ‘published on’ text?
- WordPress is automatically linking plain text email addresses
- Is Using WordPress Supplied WYSIWYG Advisable?
- How can I pass get_the_author_meta(‘user_email’) through the REST API?
- get post attachment using ajax
- How to enqueue or include json file to a plugin
- Search and Filter
- Trying to code a simple plugin, infinite loop?
- Update own Plugin Repository on Multisite
- custom permalink’s rewrite rule for page id
- how to get context information inside my funcion
- Is disabling test_form in wp_handle_upload a security concern?
- How can I identify it as admin page or not?
- AJAX form post returns 0
- Update custom plugin with WP-CLI
- Delete data from database using row action
- Autogenerate a Table of Contents
- Update wordpress Core Remotely
- Proper way to use useSelect
- How to create templates for a custom module to show on the front end within my theme?
- Access to apache logs from plugin
- Two different wordpress sites – same server and IP address. Gaining Access to database 1 of 2
- Translating plugin settings page – dropdown list
- Hide one specific woocoomerce product
- settings api – add_settings_section not working
- Remove Meta-boxes (Yoast SEO plugin) [duplicate]
- Can I use a custom post type as a custom taxonomy for a different custom post type?
- WooCommerce currency converter support [closed]
- Woocommerce – looping product images
- wp_schedule_single_event is set correctly but sometimes not fired
- WordPress cron job running more than once
- Attaching Image-file to userId
- wp.media gallery collection sometimes undefined
- Pass Values in URL on WooCommerce Product Page
- Can’t load a script in my plugin page
- Plugin Install Issue “-1” Appended to end of plugin name
- $ is not defined [duplicate]
- Can’t upload image via submitting custom post from frontend
- Add a custom submenu under submenu in a Custom WordPress Plugin
- Custom Plugin activation error in Multisite
- Redirect theme directory to plugin theme directory
- Dynamically getting tags in post edit screen
- How do WordPress plugins work with oAuth2 APIs?
- Translation not working for Constant strings in Plugin
- How to force download a plugin generated file?
- WordPress mails being sent from @locahost and being rejected
- How to implement pagination into a wpdb->result query?
- Slug is not shown for my custom post type
- wp_register_sidebar_widget in loop within a plugin?
- Adding parent custom post type menu option
- How to plugin function code move to theme function.php ? I’ve tried below code but not working [closed]
- Add custom data-attribute to core Gutenberg block within an template
- wp cron does not run when i am not logged in to wp admin
- update_option with array_push adding mutiple copies
- Multiple php files in dynamic gutenberg block