

// Styles and Scripts
add_action('admin_head', 'my_custom_styles_and_scripts');
function my_custom_styles_and_scripts() {
echo '
<script src="/wp-content/plugins/webfootprint-stock-manager-old/assets/js/scripts.js"></script>
<link href="/wp-content/plugins/webfootprint-stock-manager-old/assets/css/styles.css" rel="stylesheet">
';
}
// Styles and Scripts
add_action('admin_head', 'my_custom_styles_and_scripts');
function my_custom_styles_and_scripts() {
echo '
<script src="/wp-content/plugins/webfootprint-stock-manager-old/assets/js/scripts.js"></script>
<link href="/wp-content/plugins/webfootprint-stock-manager-old/assets/css/styles.css" rel="stylesheet">
';
}
// Styles and Scripts add_action('admin_head', 'my_custom_styles_and_scripts'); function my_custom_styles_and_scripts() { echo ' <script src="/wp-content/plugins/webfootprint-stock-manager-old/assets/js/scripts.js"></script> <link href="/wp-content/plugins/webfootprint-stock-manager-old/assets/css/styles.css" rel="stylesheet"> '; }