Elementor 开发者文档

title: "Elementor 已加载" post_status: publish comment_status: open taxonomy: category: - elementor-developers-docs post_tag: - Hooks - Src - Repos


Elementor 已加载

Elementor 有一个钩子,会在插件加载后、加载所有组件之前触发。

钩子详情

示例

function my_plugin() {

    // ...

}
add_action( 'elementor/loaded', 'my_plugin' );