ACF – modify the Title & Content fields

ACF – modify the Title & Content fields

Advanced Custom Fields easily allows you to create the forms in the front end. If you add: in acf_register_form() or acf_form(), the form gives you the fields for Post Title and Post Content with the default labels “Title” and “Content”.

WP Hook after the post status is changed

WP Hook after the post status is changed

Are you looking to do something after the post is published which was drafted previously? This can be useful if you’re accepting posts from the frontend by creating a frontend form using ACF which you’re keeping in draft status because

Creating a frontend form in ACF (Advanced Custom Fields)

Creating a frontend form in ACF (Advanced Custom Fields)

Advanced Custom Fields widely known as ACF is a popular plugin among WordPress developers to create custom post types, and custom fields and easily manage them without many codes. While it primarily focuses on the backend, it also offers options

[Fix] Creation of dynamic property is deprecated since PHP 8.2

[Fix] Creation of dynamic property is deprecated since PHP 8.2

Since PHP 8.2, adding a new property to an object at runtime is deprecated, and such that you shouldn’t do this anymore. Example: When you do this, the property $tiems is dynamically created as untyped public properties, but in the future, you

Add New Custom Product Tabs in WooCommerce

Add New Custom Product Tabs in WooCommerce

Heads up! This article contains PHP code and is intended for developers. If you want to add new custom tabs on the WooCommerce products page without any code, I recommend checking out the Custom Product Tab Manager Plugin. The plugin

× WhatsApp