Category Journey at rtCamp

WordPress notes, day 13/undefined

Using WordPress User roles Super Admin : Allows access to the Network Admin interface & all other admin featuresAdmin : Allows access to all the admin features of a single siteEditor : Allows access to publishing and accessing posts including posts of other…

WordPress notes, day 12/undefined

WordPress features Here are some features provided by WordPress: Multisite: We can manage and edit multiple sites via a single WordPress installation. Drag-n-Drop: WordPress helps user to do complex tasks with just some drag and drops, for e.g. file uploads.…

WordPress notes, day 10/undefined

PHP: empty() does not throw an error or warning if an uninitialised or undeclared variable is provided. spl_autoload_register(): Used to define your autoload pattern in PHP code to automatically include classes when called. (define custom function to load) use: we…