Linux 软件免费装

Pagebreak Description

开发者 Katsushi Kawamori
更新时间 2024年11月15日 07:07
捐献地址: 去捐款
PHP版本: 8.0 及以上
WordPress版本: 6.7
版权: GPLv2 or later
版权网址: 版权信息

标签

block pagination next page pagebreak prev page

下载

1.07 1.03 1.11 1.02 1.06 1.01 1.00 1.04 1.05 1.10 1.08 1.09

详情介绍:

How it works [youtube https://youtu.be/4WNGiGnnjbc] Filter hooks ``` /* ================================================== * Filter for CSS URL. * Default CSS -> /pagebreak-description/css/style.css / add_filter( 'pagebreak_description_css', function() { / If you put mydesign.css in wp-content/uploads / $wp_uploads = wp_upload_dir(); $upload_url = $wp_uploads['baseurl']; if ( is_ssl() ) { $upload_url = str_replace( 'http:', 'https:', $upload_url ); } $upload_url = untrailingslashit( $upload_url ); $url = $upload_url . '/mydesign.css'; return $url; }, 10, 1 ); ```

安装:

  1. Upload pagebreak-description directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress

屏幕截图:

  • View
  • Management screen

升级注意事项:

1.00

更新日志:

[1.11] 2024/11/15 [1.10] 2024/11/09 [1.09] 2024/06/11 [1.08] 2024/06/10 [1.07] 2024/06/10 [1.06] 2024/06/10 [1.05] 2024/06/09 [1.04] 2024/06/08 [1.03] 2024/06/08 [1.02] 2024/06/08 [1.01] 2024/01/14 [1.00] 2024/01/14 Initial release.