Skip to main content

Update — hooks

5 hooks — 0 actions · 5 filters.

HookTypeSummary
fw_custom_url_versionfilterFilters the remote URL queried for the latest version during a custom update check.
fw_ext_update_extensions_complete_actionsfilterFilter the list of action links available following extensions update.
fw_ext_update_framework_complete_actionsfilterFilter the list of action links available following framework update.
fw_ext_update_github_branchesfilterFilters the ordered list of GitHub branches to try (default master, main) when no explicit branch is configured for an update source.
fw_ext_update_theme_complete_actionsfilterFilter the list of action links available following theme update.

fw_custom_url_version

🧪 filter

Filters the remote URL queried for the latest version during a custom update check.

add_filter( 'fw_custom_url_version', $callback );

Fired in: framework/extensions/update/extensions/custom-update/class-fw-extension-custom-update.php:91

fw_ext_update_extensions_complete_actions

🧪 filter

Filter the list of action links available following extensions update.

add_filter( 'fw_ext_update_extensions_complete_actions', $callback );

Fired in: framework/extensions/update/includes/classes/class--fw-ext-update-extensions-upgrader-skin.php:25

fw_ext_update_framework_complete_actions

🧪 filter

Filter the list of action links available following framework update.

add_filter( 'fw_ext_update_framework_complete_actions', $callback );

Fired in: framework/extensions/update/includes/classes/class--fw-ext-update-framework-upgrader-skin.php:27

fw_ext_update_github_branches

🧪 filter

Filters the ordered list of GitHub branches to try (default master, main) when no explicit branch is configured for an update source.

add_filter( 'fw_ext_update_github_branches', $callback );

Fired in: framework/extensions/update/extensions/github-update/class-fw-extension-github-update.php:58

fw_ext_update_theme_complete_actions

🧪 filter

Filter the list of action links available following theme update.

add_filter( 'fw_ext_update_theme_complete_actions', $callback );

Fired in: framework/extensions/update/includes/classes/class--fw-ext-update-theme-upgrader-skin.php:27

← Back to Hooks overview