public function render_shortcode($attr)
 {
     return BON_Shortcodes::render(array($this, 'my_account_page_shortcode'), $attr, true);
 }
Beispiel #2
0
 function render_shortcode($attr)
 {
     return BON_Shortcodes::render(array($this, 'shortcode'), $attr, true);
 }
 public function render_shortcode($attr)
 {
     return BON_Shortcodes::render(array($this, 'front_end_editor_shortcodes'), $attr, true);
 }