History of Astra WordPress Theme The story behind Astra WordPress theme begins in 2009 when a small company called Brainstorm Force was founded.During their initial five years, the team focused primarily on building websites for businesses and individual users. This hands-on experience proved invaluable, as it exposed them to a gap in the WordPress ecosystem. […]
If you are concerned about delivering high-quality code, compliant with WordPress coding standards, you’d better use an automated tool for these checks. PHP Code Sniffer together with PHPStorm editor is a great and powerful combination as you get all these code checks in real time, as you type your code. There are many great tutorials […]
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.