wpseek.com
WordPress开发者和主题制作者的搜索引擎



site_status_autoloaded_options_action_to_perform › WordPress过滤钩子

Since6.6.0
已弃用n/a
apply_filters( 'site_status_autoloaded_options_action_to_perform', $result['actions'] )
参数:
  • (string) $actions Call to Action to be used to point to the right direction to solve the issue.
    Required: Yes
定义在:
文档:

Filters actionable information to tackle the problem. It can be a link to an external guide.





源码

$result['actions'] = apply_filters( 'site_status_autoloaded_options_action_to_perform', $result['actions'] );