Search results for: admin
Search Atlas
Otto SEO
G-T2XZDKK0J5
DJ-Animations Musicalesd
Animation des soirées privées et publiques (anniversaires, mariages, soirées dansantes, fetes votives,....)
om-change-view.js
// Show the Yes/No view om{{id}}.changeView('yesno'); // Show the Optin view om{{id}}.changeView('optin'); // Show the Success…
ai content idea generator
function openai_generate_text() { // Get the topic from the AJAX request $prompt = $_POST['prompt']; $prompt ="generate…
Display Shortcodes Inside HTML Fields
Allows shortcodes to be processed within HTML fields by applying do_shortcode() to the field content.
Set Wordpress Gallery Link to Image Default
Override wordpress default linking to attachment page
Append a string to the Meta Description of each post
This snippet can be used to append a string to the Meta Description of each post
Vendor Email Tag
Show the Shop Vendor's email for each download purchased
Current Year
function current_year_shortcode() { return date('Y'); } add_shortcode('year', 'current_year_shortcode');
Allow Tasty Pins Only On Single Posts
Disable Tasty Pins on pages or custom post types and only add them to blog posts.
Download Archive Purchase Buttons
Output purchase button below the full content on download archive pages.
Display the stock availability for all product types in WooCommerce archive pages
Learn how to add Availability label ? in your WooCommerce website. This will help to notify…
Dynamic Year Copyright Shortcode
// Copy the Shortcode in the Insertion box below and paste it wherever you want the…