Coder Social home page Coder Social logo

j2machado / wishlist-completed-contents Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 12 KB

Display a list of completed contents from Wishlist's CourseCure for a specific user in the account's profile page.

Home Page: https://obijuan.dev/wishlist-completed-contents/

License: GNU General Public License v2.0

PHP 100.00%

wishlist-completed-contents's Introduction

Wishlist Completed Contents

Display a list of completed contents from Wishlist's CourseCure for a specific user in the account's profile page.

Motivation

The CourseCure companion plugin of Wishlist Member tracks the user's completed contents, but does not display all the completed contents of a specific user in an easy-to-access way.

The completed contents are stored in the usermeta table. You can easily retrieve these for the current logged-in user with:

get_user_meta(get_the_user_id(), 'completed_contents', true);

Wishlist Completed Contents uses this, and builds a simple table with useful details like:

  • Post ID.
  • Post Title.
  • Post Type.
  • Timestamp. (The time the specific content was completed).
  • Post Actions: Edit. View.

Uses

This can be used to easily find the tracked completed contents for each specific user on your website.

wishlist-completed-contents's People

Contributors

j2machado avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.