Save
This commit is contained in:
@@ -298,4 +298,15 @@ function naprawa_bledu_sprintf() {
|
||||
add_action('admin_footer', 'naprawa_bledu_sprintf');
|
||||
// Dodaj do stopki strony głównej
|
||||
add_action('wp_footer', 'naprawa_bledu_sprintf');
|
||||
/* --- Koniec: Naprawa błędu sprintf --- */
|
||||
/* --- Koniec: Naprawa błędu sprintf --- */
|
||||
|
||||
add_action( 'wp_enqueue_scripts', function () {
|
||||
|
||||
wp_enqueue_style(
|
||||
'hello-custom-css',
|
||||
get_stylesheet_directory_uri() . '/assets/css/custom.css',
|
||||
[],
|
||||
filemtime( get_stylesheet_directory() . '/assets/css/custom.css' )
|
||||
);
|
||||
|
||||
}, 9999 );
|
||||
|
||||
Reference in New Issue
Block a user