Edit File by line
/home/barbar84/public_h.../wp-conte.../themes/Divi-chi...
File: functions.php
<?php
[0] Fix | Delete
[1] Fix | Delete
// BEGIN ENQUEUE PARENT ACTION
[2] Fix | Delete
// AUTO GENERATED - Do not modify or remove comment markers above or below:
[3] Fix | Delete
[4] Fix | Delete
if ( !function_exists( 'chld_thm_cfg_parent_css' ) ):
[5] Fix | Delete
function chld_thm_cfg_parent_css() {
[6] Fix | Delete
wp_enqueue_style( 'chld_thm_cfg_parent', trailingslashit( get_template_directory_uri() ) . 'style.css', array( ) );
[7] Fix | Delete
}
[8] Fix | Delete
endif;
[9] Fix | Delete
add_action( 'wp_enqueue_scripts', 'chld_thm_cfg_parent_css', 10 );
[10] Fix | Delete
[11] Fix | Delete
// END ENQUEUE PARENT ACTION
[12] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function