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
Hi sir, this is sowmya.
problem is unable to find style.css and main.js files
i am getting filemtime address but css file not showing in view page source page.
`function adding_stylesheet_link()
{
Hi sir, this is sowmya.
problem is unable to find style.css and main.js files
i am getting filemtime address but css file not showing in view page source page.
`function adding_stylesheet_link()
{
wp_enqueue_style('style-css', get_stylesheet_uri(), [], filemtime(get_template_directory(). '/style.css'), 'all' );
wp_enqueue_script('main-css', get_template_directory_uri() . '/asset/main.js', [], filemtime(get_template_directory(). '/asset/main.js'), true);
}
add_action('wp_enqueue_scipts', 'adding_stylesheet_link');
?>`
The text was updated successfully, but these errors were encountered: