Trying to create a custom post type shortcode via Brizy_Shortcode_AbstractShortcode
Hi! I am trying to create a custom post type shortcode using the Brizy_Shortcode_Abstract_Shortcode
Here is what I did. I hope you can point me in the right direction. I think I am missing something.
add_action( 'init', 'loadShortcodes' );
function loadShortcodes() {
new Brizy_Shortcode_PostTypeField();
}
<?php
class Brizy_Shortcode_PostTypeField extends Brizy_Shortcode_AbstractShortcode {
}
?>
1
-
Hi Roville,
I'm sorry but isn't possible to create a Brizy Shortcode or extend the possibilities of the Shortcode element. It can create several problems in the work of the builder.
Best regards,
Sandra
0
Please sign in to leave a comment.
Comments
1 comment