| 开发者 | mosne |
|---|---|
| 更新时间 | 2026年1月4日 06:28 |
| PHP版本: | 6.7 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
/wp-content/plugins/mosne-hero directory, or install the plugin through the WordPress plugins screen directly.Yes, you can use hooks to configure the plugin.
add_filter( 'mosne_hero_enable_image_size', '__return_false' ); add_filter( 'mosne_hero_mobile_width', 'your_function' ); add_filter( 'mosne_hero_mobile_retina_width', 'your_function' ); add_filter( 'mosne_hero_mobile_height', 'your_function' ); add_filter( 'mosne_hero_mobile_retina_height', 'your_function' ); add_filter( 'mosne_hero_crop', 'your_function' ); add_filter( 'mosne_hero_breakpoint', 'your_function' ); add_filter( 'mosne_hero_settings', 'your_function' );