• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
Simplify

Simplify

Wordpress Development

  • Blog
  • Form Examples
  • Contact Us

Learn

Setting up a wordpress site using Local (for local development)

webg
June 23, 2023

The process to set up a local wordpress site is quite simple. There are, however, certain settings that need to be changed during the initial setup: Webserver: Apache PHP Version: 7.4.30 Database: MySQL 5.4

Continue Reading Setting up a wordpress site using Local (for local development)

Install Website from Duplicator Pro Backup

webg
June 14, 2023

Upload backup files to the public folder of your host On the front end, navigate to the domain. Sometimes you need to include the file name of the installer.php file included in your backup Insert Database name Username User email Validate Run

Continue Reading Install Website from Duplicator Pro Backup

WordPress Development Environment Setup and Ongoing Development

webg
June 12, 2023

Setup local version for site development using LocalWP Create github repositories to store repo’s for folders you will develop, typically a plugin you are developing Create a file changelog.md Add all changes to the change log After each development stage, commit changes to the Github Repo When ready, create a dev site on the hosting…

Continue Reading WordPress Development Environment Setup and Ongoing Development

Exclude page from caching via .htaccess

webg
May 22, 2023

# EXCLUDE URI’s from caching <If “%{THE_REQUEST} =~ m#/page_name#”> <IfModule mod_headers.c> Header set Cache-Control “private” </IfModule> </If>

Continue Reading Exclude page from caching via .htaccess

wp_get_current_user()

webg
May 2, 2023

Purpose Retrieves the current user object. Implementation Include in Plugin functions.php of active theme <?php $current_user = wp_get_current_user(); Example of output of Object $current_user WP_User Object ( [data] => stdClass Object ( [ID] => 8 [user_login] => subscriber [user_pass] => {Users Password} [user_nicename] => subscriber [user_email] => subscriber@sblik.com [user_url] => [user_registered] => 2023-05-02 19:41:27 [user_activation_key]…

Continue Reading wp_get_current_user()

WordPress Get Logged In User Info for Front End

webg
May 2, 2023

Objective Get logged in user information to use in javascript. In order to use user information on the front end with Javascript or jQuery, you can use wp_localize_script wp_localize_script creates a Javascript object that can be accessed by javascript. function: wp_localize_script($handle, $nameOfObject, $dataStoredInObject) $handle: script handle the data will be attached to $nameOfObject: Name of…

Continue Reading WordPress Get Logged In User Info for Front End

Primary Sidebar

Categories

  • Affinipay
  • ApproveMe.com
  • Caching
  • Genesis Framework
  • Gravity Forms
  • Gravityflow
  • Gravityforms
  • HubSpot
  • Integrations
  • Javascript
  • LegalSigning
  • MemberPress
  • Oncehub
  • SiteGround Management
  • Stripe
  • Testing
  • Troubleshooting
  • Uncategorized
  • User Functionality
  • Web Development
  • WordPress Development
  • WP Webhook Pro

Footer

Design

With an emphasis on typography, white space, and mobile-optimized design, your website will look absolutely breathtaking.

Learn more about design.

Content

Our team will teach you the art of writing audience-focused content that will help you achieve the success you truly deserve.

Learn more about content.

Strategy

We help creative entrepreneurs build their digital business by focusing on three key elements of a successful online platform.

Learn more about strategy.

Copyright © 2023 · Genesis Sample on Genesis Framework · WordPress · Log in