Skip to content

Commit

Permalink
Update SitePagesService.php
Browse files Browse the repository at this point in the history
  • Loading branch information
officiallygod committed Jul 26, 2024
1 parent 1702eed commit 2d3dda1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/Services/SitePagesService.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class SitePagesService {
* @param string $content The content(block grammar/text) that will be displayed on the page.
* @param boolean $is_template_no_title checks for title
* @param boolean|array $meta The page post_meta.
* @param string $name The page name that will be used in the slug.
* @return int|\WP_Error
*/
public static function publish_page( $title, $content, $is_template_no_title = false, $meta = false, $name = false ) {
Expand Down

0 comments on commit 2d3dda1

Please sign in to comment.