Add block-editor support
Compare changes
- Erick Hitter authored
+ 490
− 120
@@ -5,7 +5,7 @@
@@ -24,12 +24,26 @@
@@ -63,14 +77,31 @@ class Automatically_Paginate_Posts {
@@ -79,14 +110,12 @@ class Automatically_Paginate_Posts {
@@ -100,14 +129,14 @@ class Automatically_Paginate_Posts {
@@ -117,12 +146,22 @@ class Automatically_Paginate_Posts {
@@ -136,6 +175,65 @@ class Automatically_Paginate_Posts {
@@ -173,6 +271,12 @@ class Automatically_Paginate_Posts {
@@ -299,19 +403,22 @@ class Automatically_Paginate_Posts {
@@ -365,9 +472,16 @@ class Automatically_Paginate_Posts {
@@ -397,7 +511,14 @@ class Automatically_Paginate_Posts {
@@ -411,7 +532,10 @@ class Automatically_Paginate_Posts {
<input type="checkbox" name="<?php echo esc_attr( $this->meta_key_disable_autopaging ); ?>" id="<?php echo esc_attr( $this->meta_key_disable_autopaging ); ?>_checkbox" value="1"<?php checked( (bool) get_post_meta( $post->ID, $this->meta_key_disable_autopaging, true ) ); ?> /> <label for="<?php echo esc_attr( $this->meta_key_disable_autopaging ); ?>_checkbox">Disable autopaging for this post?</label>
@@ -422,7 +546,9 @@ class Automatically_Paginate_Posts {
@@ -444,8 +570,15 @@ class Automatically_Paginate_Posts {
@@ -465,112 +598,349 @@ class Automatically_Paginate_Posts {