wp_enqueue_script and wp_enqueue_style will not work in shortcode
public function shortcode($id=null) {
wp_print_scripts(‘scriptname’);
wp_print_styles ( ‘stylename’);
}
wp_enqueue_script and wp_enqueue_style will not work in shortcode
public function shortcode($id=null) {
wp_print_scripts(‘scriptname’);
wp_print_styles ( ‘stylename’);
}
Last articles