%s',
esc_url( network_admin_url( 'sites.php' ) ),
esc_html__( 'Sites', 'wp-parsely' )
);
}
$actions['settings'] = sprintf(
'%s',
esc_url( Parsely::get_settings_url() ),
esc_html__( 'Settings', 'wp-parsely' )
);
$actions['documentation'] = sprintf(
'%s',
'https://www.parse.ly/help/integration/wordpress',
esc_html__( 'Documentation', 'wp-parsely' )
);
return $actions;
}
}