wpseo_indexing_endpoints

wpseo_indexing_endpoints

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.22.3

apply_filters('wpseo_indexing_endpoints') is found 3 times:

  • /src/deprecated/src/integrations/admin/indexables-page-integration.php line 224
    			'post_link'          => Indexing_Route::FULL_POST_LINKS_INDEXING_ROUTE,
    			'term_link'          => Indexing_Route::FULL_TERM_LINKS_INDEXING_ROUTE,
    		];
    
    		$endpoints = \apply_filters( 'wpseo_indexing_endpoints', $endpoints );
    
    		$endpoints['complete'] = Indexing_Route::FULL_COMPLETE_ROUTE;
    
    		return $endpoints;
    	}
    
    
  • /src/integrations/admin/first-time-configuration-integration.php line 248
    			'post_link'          => Indexing_Route::FULL_POST_LINKS_INDEXING_ROUTE,
    			'term_link'          => Indexing_Route::FULL_TERM_LINKS_INDEXING_ROUTE,
    		];
    
    		$endpoints = \apply_filters( 'wpseo_indexing_endpoints', $endpoints );
    
    		$endpoints['complete'] = Indexing_Route::FULL_COMPLETE_ROUTE;
    
    		return $endpoints;
    	}
    
    
  • /src/integrations/admin/indexing-tool-integration.php line 225
    			'post_link'          => Indexing_Route::FULL_POST_LINKS_INDEXING_ROUTE,
    			'term_link'          => Indexing_Route::FULL_TERM_LINKS_INDEXING_ROUTE,
    		];
    
    		$endpoints = \apply_filters( 'wpseo_indexing_endpoints', $endpoints );
    
    		$endpoints['complete'] = Indexing_Route::FULL_COMPLETE_ROUTE;
    
    		return $endpoints;
    	}