Skip to content

Instantly share code, notes, and snippets.

View bfiessinger's full-sized avatar
🏠
Hustle from home

Bastian Fießinger bfiessinger

🏠
Hustle from home
View GitHub Profile
@bfiessinger
bfiessinger / class.script_loader.php
Last active August 26, 2022 11:29
Custom WordPress asset loader Class with the ability to add scripts / styles conditionally, add extra attributes and more!
<?php
/**
* Script and Style includes and helper Methods
*/
namespace bf;
if ( ! defined('ABSPATH')) exit('restricted access');