Schedule a Free Consultation
WordPress cron save post with unfiltered html content

WordPress cron save post with unfiltered html content

Read Article

This applies for method “wp_insert_post” used inside a WordPress Cron. By default WordPress checks if the user has the capability to save unfiltered HTML content if ( ! current_user_can( ‘unfiltered_html’ ) ) { which WP CRON doesn’t have.

Navigate to

Check some other articles we wrote

The Power of WordPress: Building Your Business Website with Ease
You used to need serious tech skills to build a professional website. But with WordPress, creating an online home for your business has never been easier. This wildly popular platform now powers over 43% of all websites—and it’s growing by over 500 new sites daily, compared to just 60-80 on competitor platforms such as Shopify […]
Categorize WordPress Comments in Genesis Framework
TL;DR: If you want to download the FREE comments categories plugin for your own use, click here  We have created a new version from scratch that is publicly available as a contribution to the WordPress community. Have you ever needed to categorize comments added to your site? WordPress, our favorite Content Management System (CMS) allows […]
Filter Custom Posts by Author in WP-Admin
Need to filter your Custom Post Types in WordPress by Author in WPAdmin? Here’s a handy way to do it by adding a new drop down for filtering: And here’s how it looks like: