public static function init() { $instance = new SEOImgly(); $instance->run(); }
_e('Leave blank to not use it', 'dom-seo-image'); ?> </span> </td> </tr> <tr> <th> <label for="input-title"><?php _e("Image <u>TITLE</u> Attribute", 'dom-seo-image'); ?> </label> </th> <td> <?php echo SEOImgly::generateHTMLOptions('img_title'); ?> <br /> <span class="description"><?php _e('Leave blank to not use it', 'dom-seo-image'); ?> </span> </td> </tr> </table> </div> </div> <input type="hidden" name="_wpnonce" value="<?php echo $nonce; ?> " />
<?php /* Plugin Name: DOM SEO Image Plugin URI: https://github.com/joao-pedro-alves/dom-seo-image Description: Melhore o tráfego dos buscadores dando atenção as imagens do seu Wordpress. DOM SEO Image gera automaticamente as tags TITLE e ALT de suas imagens de um maneira totalmente configurável e simples Version: 1.0.3 Author: João Pedro Alves & Domenico Alario */ require_once dirname(__FILE__) . '/wp-seo-dom-main.php'; SEOImgly::init();