run();
}
run_hesabix();
add_filter('admin_footer_text', function ($footer_text) {
global $pagenow;
if ($pagenow === 'admin.php' && isset($_GET['page']) && $_GET['page'] === 'hesabix-option') {
return __('Hesabix Plugin developed with', 'hesabix') .
'
' .
__('by', 'hesabix') .
' ' . __('Mohammad Rezai', 'hesabix') . '.' .
'
' . __('Pirouz', 'hesabix') . '
';
}
return $footer_text;
}, 999);