AUTO LOGOUT EXTENDED

初期エラー(notice)修正
This commit is contained in:
2021-07-05 21:01:42 +09:00
parent 5598be1d0b
commit ae93196007
3 changed files with 9 additions and 2 deletions
+5
View File
@@ -49,6 +49,11 @@ if ( ! trait_exists( 'APOP_ORDER_SETTING' ) ) {
private static function set_per_page( $target, $id = null ) {
$per_page_option = get_option( '_apop_per_page' );
if(!$per_page_option){
return;
}
if ( is_null( $id ) ) {
$per_page_option_data = $per_page_option[ $target ];
} else {