HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/bahamzi.com/root/wp-content/themes/bizstartup/functions.php
<?php 
add_action( 'wp_enqueue_scripts', 'bizstartup_theme_css',20);
function bizstartup_theme_css() {
	wp_enqueue_style( 'bizstartup-parent-style', get_template_directory_uri() . '/style.css' );
    wp_enqueue_style( 'bizstartup-style',get_stylesheet_directory_uri() . '/css/bizstartup.css');
  
}