-
Posted a reply to Add My shortcode, on the site WordPress.org Forums:
here is rules https://cl.ly/qCHL and here the popup https://cl.ly/qBhO -
Posted a reply to Add My shortcode, on the site WordPress.org Forums:
is there any suggestions to clear complex rules and caching -
Posted a reply to Add My shortcode, on the site WordPress.org Forums:
Hi Damian I use that shortcode because I have Attributes And I try this [contact_form_shortcode]… -
Posted a reply to Add My shortcode, on the site WordPress.org Forums:
I added like this remove_shortcode('contact_form_shortcode'); add_action('init', 'add_contact_form_shortcode_shortcode', 99); function add_contact_form_shortcode_shortcode() { add_shortcode("contact_form", "contact_form_shortcode"); } With… -
Created a topic, Add My shortcode, on the site WordPress.org Forums:
Hi, I add my own shortcode to popup, when ajax mode …