plugin updates
This commit is contained in:
@@ -240,7 +240,7 @@ class WPSEO_Meta {
|
||||
*/
|
||||
public static function init() {
|
||||
foreach ( self::$social_networks as $option => $network ) {
|
||||
if ( WPSEO_Options::get( $option, false ) === true ) {
|
||||
if ( WPSEO_Options::get( $option, false, [ 'wpseo_social' ] ) === true ) {
|
||||
foreach ( self::$social_fields as $box => $type ) {
|
||||
self::$meta_fields['social'][ $network . '-' . $box ] = [
|
||||
'type' => $type,
|
||||
|
||||
Reference in New Issue
Block a user