Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hamidrezayazdani/1bde56cdb076e56c77055e11a0a07f1f to your computer and use it in GitHub Desktop.
Save hamidrezayazdani/1bde56cdb076e56c77055e11a0a07f1f to your computer and use it in GitHub Desktop.
حذف فیلدهای شبکه‌های اجتماعی کاربران یوست برای بهینه بودن جداول مربوط به کاربران
<?php
/**
* خط بالا را کپی نکنید
*
* کد زیر را در آخر فایل
* functions.php
* پوسته خود قبل از
* ?>
* قرار دهید
*/
remove_filter( 'user_contactmethods',
array( $GLOBALS['wpseo_admin'] ?? '',
'update_contactmethods'
),
10,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment