• File: common.php
  • Full Path: /home/blwgracecity/jesusexp.org/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/third-party/common.php
  • File size: 204 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
namespace Elementor;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

class Widget_Common extends Widget_Common_Base {

	public function get_name() {
		return 'common';
	}
}