ai content idea generator
function openai_generate_text() { // Get the topic from the AJAX request $prompt = $_POST['prompt']; $prompt ="generate…
Forum
JS code for question and answer page
Free tiktok views
Get free tiktok views growing
Google Ads
Google Ads
Order WPCode snippets by title in the admin
Make the default order of WPCode snippets in the admin by title ascending.
Add Custom Field
Display the custom field in the campaign grid.
Keep me Logged In
Changes your Cookie expiration to one year so you don't have to keep logging so often.
Google AdSense code
AdSense code
Google AD
Google AD Snippet
Changing the Submit Button Color
Theis CSS snippet will change your submit button's color.
Disable emails on free purchases
If the purchase was for a free product, don't send any emails.
Add Field To Set Custom Page As Donation Page
Create a new campaign field allowing to select the page where donations are made.
user menu for logged in and logged out users
function my_wp_nav_menu_args( $args = '' ) { if( is_user_logged_in() ) { $args['menu'] = 'logged-in'; } else…
Show current day, month, year in various formats
Return the current date and parts of current date in various formats