شيء كبير قيد التحضير! متجرنا قيد العمل وسيتم تشغيله قريبًا!
Scroll to Top
```php
add_action('wp_footer', 'my_floating_contact_buttons');
function my_floating_contact_buttons() {
// منع ظهور الأزرار داخل لوحة تحكم WordPress
if (is_admin()) {
return;
}
?>