uawdijnntqw1x1x1
IP : 216.73.216.109
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
www
/
wp-content
/
plugins
/
all-in-one-seo-pack
/
app
/
Common
/
Views
/
main
/
social.php
/
/
<?php /** * This is the output for social meta on the page. * * @since 4.0.0 */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } // phpcs:disable Generic.WhiteSpace.ScopeIndent // Set context for meta class to social meta. $facebookMeta = aioseo()->social->output->getFacebookMeta(); foreach ( $facebookMeta as $key => $meta ) : // Each article tag needs to be output in a separate meta tag so we cast and loop over each key. if ( ! is_array( $meta ) ) { $meta = [ $meta ]; } foreach ( $meta as $m ) : ?> <meta property="<?php echo esc_attr( $key ); ?>" content="<?php echo esc_attr( $m ); ?>" /> <?php endforeach; endforeach; $twitterMeta = aioseo()->social->output->getTwitterMeta(); foreach ( $twitterMeta as $key => $meta ) : ?> <meta name="<?php echo esc_attr( $key ); ?>" content="<?php echo esc_attr( $meta ); ?>" /> <?php endforeach;
/home/batcwwjx/www/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/main/social.php