Replace Styles Php

// Get the desired pages's content and the styles.
$renderer = SiteOrigin_Panels::renderer();
$content = $renderer->render( $id );
$css = $renderer->generate_css( $id );

// Sent both to the Javascript as a JSON.
echo json_encode(array($content, $css));