php - What does slug mean here? -
function your_function_name() { wp_enqueue_style('my-script-slug', get_stylesheet_directory_uri() . '/your_style.css'); }
i saw on forum "my-script-slug", should write here ? don't understand...
thanks !
the script slug name can pick yourself. used refer script in other situations, instance when declaring dependency.
Comments
Post a Comment