Beyond the Basics: InfiniteWP

[members_logged_in]
Beyond the Basics: InfiniteWP

As a requested webinar, we will be digging deeper into automated systems within InfiniteWP. We will be looking at automating backups, optimization, as well as lesser known methods. We will also be looking at comparisons with MainWP, CMSCommander, and ManangeWP.

Save the Webinar 0

Webinar Originally Broadcast: July 27, 2024

Video Download: HD Download | Mobile Download

Additional Notes:

Audio Only Version: Download File

InfiniteWP Code Snippets:

Get description field

echo get_bloginfo('description');

Display Server Load

$loads = '';
foreach(sys_getloadavg() as $load)
{
 $loads .= $load . ', ';
}
echo substr($loads, 0, -2);

Display Theme Used:

echo 'Theme: '.get_settings('template');

[/members_logged_in] [members_not_logged_in]

You need to be logged into your membership account to have access to the webinar replays.

[/members_not_logged_in]
Back to Top