Ejemplo n.º 1
0
	 * Changed to hide the popup, but do alter the url.
	 * @param bool $disable_update_popup  
	 */
	MetaManagerDataDecorator::set_disable_update_popup(1);
	
	/**
	* Set wether to update the urlsegment
	* @param bool $update_url  
	*/
	MetaManagerDataDecorator::set_update_url(1);
	
	/**
	 * Set wether to update the MetaTitle with Pagetitle
	 * @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); 
	
	/**