Register New Shortcodes
public function register_shortcodes() {
YourNewShortcodes::get_instance();
}
add_action( 'yaymail_register_shortcodes', 'register_shortcodes' );Last updated
Was this helpful?
public function register_shortcodes() {
YourNewShortcodes::get_instance();
}
add_action( 'yaymail_register_shortcodes', 'register_shortcodes' );Last updated
Was this helpful?
Was this helpful?