Search results for: admin
CONNECT TO API GATEWAY
This code is to connect to an API, this is a test
Add terms to downloads shortcode
Adds label and comma-separated terms list to [downloads] shortcode based on taxonomy
Disable Gutenberg Editor (use Classic Editor)
Switch back to the Classic Editor by disablling the Block Editor.
Current Year
function current_year_shortcode() { return date('Y'); } add_shortcode('year', 'current_year_shortcode');
Remove BreadcrumbList Schema
This snippet removes the BreadcrumbList Schema
How to Build a Profile Page Using Post Submissions
With this snippet and the Post Submissions addon, you can create professional author profiles that automatically…
How to Add Material Design to Your Form Fields Using CSS
/** * Move label position from above form field to below * * @link https://wpforms.com/developers/how-to-add-material-design-to-your-form-fields-using-css/ */…
om-startClose.js
// Close the OptinMonster campaign om{{id}}.startClose();
Disallow store credits if cart has subscription product
This snippet will remove the store credit option if the cart has a subscription product
rexing
fishing camera
Expire pass when counter used up
This plugin makes All Access passes expire at the moment their download counter is used up.
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
ai content idea generator
function openai_generate_text() { // Get the topic from the AJAX request $prompt = $_POST['prompt']; $prompt ="generate…