apply_filters( 'bigcommerce/settings/resources/url', string $url )

Summary

Filters the URL for fetching the resource data displayed on the admin Resources screen.


Description

Return an empty string to short-circuit the request and render the default resources.


Parameters

$url

(string) The URL to the resources JSON data


Source

File: src/BigCommerce/Settings/Screens/Resources_Screen.php


User Contributed Notes

You must log in before being able to contribute a note or feedback.