Skip to content

Mywp Post Type Extensions (class)

Extends Post Type Example

Description You can extend the your Post Type.   Structure My WP Post Type the following. MywpPostType my-wp/post-type/class.post-type.php My WP Post Type API. MywpPostTypeInit my-wp/post-type/post-type.init.php Register post types on WordPress already setting data of modules. MywpPostTypeAbstractModule my-wp/post-type/abstract.post-type.module.php A class to…

Read more

Mywp Shortcode Extensions (class)

Extends Shortcode Example

Description You can extend the your shortcode.   Structure My WP Shortcode the following. MywpShortcode my-wp/shortcode/class.shortcode.php My WP Shortcode API. MywpShortcodeInit my-wp/shortcode/shortcode.init.php Register shortcodes on WordPress already setting data of modules. MywpShortcodeAbstractModule my-wp/shortcode/abstract.shortcode.module.php A class to help register/action the shortcode.…

Read more
Back To Top