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 authored and nathan-schmidt-viget committed Mar 6, 2024
1 parent 387c02f commit 08fab0b
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 @@ -1115,7 +1115,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 08fab0b

Please sign in to comment.