????

Your IP : 18.118.147.65


Current Path : /home2/sarkar82/public_html/wp-content/plugins/siteseo/main/
Upload File :
Current File : /home2/sarkar82/public_html/wp-content/plugins/siteseo/main/image_seo.php

<?php
/*
* SITESEO
* https://siteseo.io
* (c) SiteSEO Team
*/

namespace SiteSEO;

if(!defined('ABSPATH')){
	die('Hacking Attempt !');
}

class Image_seo(){
	
	static function tags(){
		global $siteseo;
		
		if(empty($siteseo->setting_enabled['toggle-advanced'])){
			return;
		}
		
		if($siteseo->advanced_settings['attachment']){
			
		}
		
	}

}