????

Your IP : 18.219.151.245


Current Path : /home2/sarkar82/www/wp-content/plugins/siteseo/main/
Upload File :
Current File : //home2/sarkar82/www/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']){
			
		}
		
	}

}