aioseo_user_profile_tab_disable

This filter can be used to hide the social profile fields on the Edit Profile page.

Parameters (1)

$disable (boolean)
Whether the social profile fields should be disabled (defaults to true).

Example code snippet

The code snippet below can be used to disable this feature.

add_filter( "aioseo_user_profile_tab_disable", "__return_true" );

Changelog

VersionDescription
4.2.2Introduced.