ascvh@#%(^-^)V ?host,ip,port,protocol,title,domain,country,city,link,org
???à JFIF x x ?? C
?? C ?à " ??
?? μ } !1AQa "q2?‘?#B±áR?e$3br?
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz??…???‰?’“”?–—???¢£¤¥|§¨?a23′μ?·?1o??????èéêòó???×?ùúáa?????èéê?òó???÷?ùú??
?? μ w !1AQ aq"2?B‘?±á #3Rebr?{
<?php
namespace Elementor\Core\App;
use Elementor\Core\Base\App as BaseApp;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
/**
* This App class was introduced for backwards compatibility with 3rd parties.
*/
class App extends BaseApp {
const PAGE_ID = 'elementor-app';
public function get_name() {
return 'app-bc';
}
}