rebase from live enviornment

This commit is contained in:
Rachit Bhargava
2024-01-09 22:14:20 -05:00
parent ff0b49a046
commit 3a22fcaa4a
15968 changed files with 2344674 additions and 45234 deletions

View File

@@ -217,7 +217,7 @@ class BSF_SP_Init_Blocks {
*/
private function get_svg_icons() {
ob_start();
include BSF_AIOSRS_PRO_DIR . 'wpsp-config/controls/WPSPIcon.json';
file_get_contents( BSF_AIOSRS_PRO_DIR . 'wpsp-config/controls/WPSPIcon.json' );
return json_decode( ob_get_clean(), true );
}
}