| Server IP : 178.63.100.251 / Your IP : 216.73.216.228 Web Server : LiteSpeed System : Linux dobby.thevpsserver.com 4.18.0-553.16.1.lve.el8.x86_64 #1 SMP Tue Aug 13 17:45:03 UTC 2024 x86_64 User : truewayi ( 1855) PHP Version : 7.4.33 Disable Function : show_source,system,shell_exec,passthru,exec,popen,proc_open MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/truewayi/public_html/wp-content/themes/omexo-child/ |
Upload File : |
<?php
add_action( 'wp_enqueue_scripts', 'omexo_enqueue_parent_theme_style', 99 );
function omexo_enqueue_parent_theme_style() {
wp_enqueue_style( 'omexo-parent-style', get_template_directory_uri().'/style.css' );
}