Plugin Directory

Changeset 2821379


Ignore:
Timestamp:
11/21/2022 09:29:04 AM (3 years ago)
Author:
supportboard
Message:

Shortcode bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • support-board-cloud/trunk/index.php

    r2803774 r2821379  
    249249add_action('wp_enqueue_scripts', 'sbcloud_enqueue');
    250250add_filter('script_loader_tag', 'sbcloud_script_id_fix', 10, 3 );
     251add_shortcode('sb-tickets', 'sbcloud_tickets_shortcode');
     252add_shortcode('sb-articles', 'sbcloud_articles_shortcode');
    251253
    252254?>
Note: See TracChangeset for help on using the changeset viewer.