LLMS_Section::set_title( $title )
Description Description
Source Source
File: includes/models/model.llms.section.php
public function set_title( $title ) { return LLMS_Post_Handler::update_title( $this->id, $title ); }
Expand full source code Collapse full source code View on GitHub