AUTO LOGOUT EXTENDED
初期エラー(notice)修正
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user