Skip to content

Commit

Permalink
[#495] Used Verified hook for Navigation Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bd-viget committed Mar 5, 2024
1 parent f6988c4 commit f649de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-mu-plugins/goodbids/src/classes/Network/Sites.php
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ private function get_page_path( string $path ): ?WP_Post {
*/
public function set_nonprofit_navigation(): void {
add_action(
'goodbids_initialize_site',
'goodbids_nonprofit_verified',
function (): void {
$nav_links = [
intval( get_option( self::ABOUT_OPTION ) ), // About Page ID.
Expand Down

0 comments on commit f649de9

Please sign in to comment.