芝麻web文件管理V1.00
编辑当前文件:/home/felaukpo/public_html/wp-content/plugins/cartflows-pro/admin-core/ajax/ajax-errors.php
__( 'Sorry, you are not allowed to do this operation.', 'cartflows-pro' ), 'nonce' => __( 'Nonce validation failed', 'cartflows-pro' ), 'default' => __( 'Sorry, something went wrong.', 'cartflows-pro' ), ); } /** * Get error message. * * @param string $type Message type. * @return string */ public function get_error_msg( $type ) { if ( ! isset( self::$errors[ $type ] ) ) { $type = 'default'; } return self::$errors[ $type ]; } } AjaxErrors::get_instance();