public function __construct() {
if (! empty($this->parent)) {
$this->parent->admin_notices[] = array(
'type' => 'error',
'msg' => '
' . __( 'File Permission Issues', 'pinnacle' ) . '' . sprintf( __( 'We were unable to modify required files. Please check your permissions, or modify your wp-config.php file to contain your FTP login credentials as
outlined here.', 'pinnacle' ), 'https://codex.wordpress.org/Editing_wp-config.php#WordPress_Upgrade_Constants' ),
'id' => 'redux-wp-login',
'dismiss' => false,
);
}
}