Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/jetpack/views/admin
File: jetpack-plugin-portal-containers.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Containers for Jetpack to portal React components in the WP Admin.
[2] Fix | Delete
*
[3] Fix | Delete
* @html-template Jetpack::load_view
[4] Fix | Delete
* @package automattic/jetpack
[5] Fix | Delete
*/
[6] Fix | Delete
[7] Fix | Delete
?>
[8] Fix | Delete
<div id="jetpack-plugin-portal-app">
[9] Fix | Delete
<!--
[10] Fix | Delete
React Managed
[11] Fix | Delete
The app that needs to make use of portals can render here.
[12] Fix | Delete
-->
[13] Fix | Delete
</div>
[14] Fix | Delete
<div id="jetpack-plugin-portal-sidecar">
[15] Fix | Delete
<!--
[16] Fix | Delete
React Managed
[17] Fix | Delete
Used by portal components that may not have an anchor elsewhere on the page and need to dynamically render
[18] Fix | Delete
This is especially useful for modals
[19] Fix | Delete
-->
[20] Fix | Delete
</div>
[21] Fix | Delete
[22] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function