Skip to content

request_info_result

github-actions[bot] edited this page Jun 25, 2026 · 1 revision

Auto-generated Example

add_filter(
   'request_info_result',
    function(
        $info,
        $ret
    ) {
        // Your code here.
        return $info;
    },
    10,
    2
);

Parameters

  • $info Other variable names: $pluginInfo
  • $ret Other variable names: $result

Files

apply_filters($this->getUniqueName('request_info_result'), $info, null)
apply_filters($this->getUniqueName('request_info_result'), $pluginInfo, $result)

← All Hooks

Clone this wiki locally