Skip to content

Commit

Permalink
Add bw_contact_field shortcode #207
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Sep 1, 2022
1 parent edb2675 commit af11400
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions includes/oik-shortcodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,10 @@ function bw_oik_lazy_add_shortcodes() {


bw_add_shortcode( "bw_navi", "bw_navi", oik_path( "shortcodes/oik-navi.php" ), false );

add_filter( "oik_shortcode_result", "oik_navi_shortcode_result", 10, 4 );
bw_add_shortcode( "bw_contact_field", "bw_contact_field", oik_path( "shortcodes/oik-contact-field.php" ), false );


add_filter( "oik_shortcode_result", "oik_navi_shortcode_result", 10, 4 );
add_filter( "oik_shortcode_atts", "oik_navi_shortcode_atts", 10, 3 );

}
Expand Down

0 comments on commit af11400

Please sign in to comment.