Skip to content

Commit

Permalink
Make 1 last_changed_timestamp1 method private
Browse files Browse the repository at this point in the history
  • Loading branch information
wpalani committed Jan 11, 2024
1 parent 11db937 commit 61b3fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function is_enabled() {
*
* @return void
*/
public function last_changed_timestamp() {
private function last_changed_timestamp() {
update_option( 'nfd_coming_soon_last_changed', time() );
}

Expand Down

0 comments on commit 61b3fdb

Please sign in to comment.