Esempio n. 1
0
	 * @param bool $update_meta_title 
	 */
	MetaManagerDataDecorator::set_update_meta_title(1); 
	
	/**
	 * Set wether to update the MetaDescription
	 * @param bool $update_meta_desc 
	 */
	MetaManagerDataDecorator::set_update_meta_desc(1);
	
	/**
	 * Set MetaDescription length
	 * Use 0 to limit the length by SS default 255 chars
	 * @param int $meta_desc_length (max 255 by SS default) 
	 */
	MetaManagerDataDecorator::set_meta_desc_length(252); 
	
	/**
	 * Set wether to update the MetaKeywords
	 * @param bool $update_meta_keys
	 */
	MetaManagerDataDecorator::set_update_meta_keys(1); 
	
	/**
	 * Set the amount of keywords to insert in the MetaKeywords field
	 * @param int $keyword_amount 
	 */
	MetaManagerDataDecorator::set_keyword_amount(15);
	
	/**
	 * Set the minimum wordlenght for MetaKeywords