Core

All Admin Content Core Design General Query

Hooks Generator

Create custom Hooks using add_filter() and add_action() functions

Schedule Cron Job Event

Create custom Cron Jobs using wp_schedule_event() function.

Plugin Readme Generator

Create custom readme.txt file for your WordPress plugin.

Register WordPress Styles

Register custom WordPress Styles using wp_register_style() function.

Register WordPress Scripts

Register custom WordPress Scripts using wp_register_script() function.

wp-config.php Generator

Create custom configuration settings on wp-config.php file.