444 generated code
b
c

Wordpress Code Generator

Welcome to our WordPress Code Generator! This tool simplifies WordPress development by automatically generating code for custom post types, taxonomies, term meta, metaboxes, and admin tables.

Save time and streamline your workflow with this powerful and user-friendly solution designed to enhance your WordPress projects effortlessly.

    
if ( ! class_exists( 'Obelix_Custom_Post_Project' ) ) {
    class Obelix_Custom_Post_Project {
    }
}
new Obelix_Custom_Post_Project;
    
It is easy to define a your class.
Translation file Text Domain. Optional.
                
            

Add Your First Post Type

Expand the functionality of WordPress beyond standard posts and pages with custom post types.

Add Your First Taxonomy

Create custom taxonomies to classify post type content

Add Your First Meta Box

Create custom meta box, uses custom fields to your projects

Add Your First Term Meta

Add custom term meta, uses custom fields to your term

Auto generator base on meta field

Please add at least one meta field (You can now uses repeater/ repeater group/ wysiwyg/ gallery/ oembed/ iframe/ html in table!)

added

Allow SVG Files Upload

Add support for SVG files to be uploaded in WordPress media.

Preview
added

Disable Automatic Updates

Use this snippet to completely disable automatic updates on your website.

Include snippet Preview

Disable Gutenberg Editor (use Classic Editor)

Switch back to the Classic Editor by disablling the Block Editor.

Include snippet Preview

Disable Widget Blocks (use Classic Widgets)

Use the classic interface instead of Blocks to manage Widgets.

Include snippet Preview

Remove WordPress Version Number

Hide the WordPress version number from your site's frontend and feeds.

Include snippet Preview

Disable XML-RPC

On sites running WordPress 3.5+, disable XML-RPC completely.

Include snippet Preview

Disable Attachment Pages

Hide the Attachment/Attachments pages on the frontend from all visitors.

Include snippet Preview

Disable The WP Admin Bar

Hide the WordPress Admin Bar for all users in the frontend.

Include snippet Preview

Disable WordPress REST API

Easily disable the WP REST API on your website with this snippet.

Include snippet Preview

Disable RSS Feeds

Turn off the WordPress RSS Feeds for your website with 1 click.

Include snippet Preview

Completely Disable Comments

Disable comments for all post types, in the admin and the frontend.

Include snippet Preview