You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.
// Force Genesis Simple FAQs scripts to load any time shortcode is used.
add_filter( 'shortcode_atts_gs_faq', function( $out ) {
if ( function_exists( 'Genesis_Simple_FAQ' ) ) {
Genesis_Simple_FAQ()->assets->enqueue_scripts();
}
});
but shortcode atts doesn't add the actual shortcode, which makes that filter unusable.
I just went to use this to fix #44
but shortcode atts doesn't add the actual shortcode, which makes that filter unusable.
This:
Should be:
The text was updated successfully, but these errors were encountered: