Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EvanAgee/vuejs-wordpress-theme-starter
/ functions
Functions
23 in github.com/EvanAgee/vuejs-wordpress-theme-starter
⨍
Functions
23
◇
Types & classes
0
↓ 1 callers
Function
createPostSlug
src/store/modules/post.js:4
Function
[types.CATEGORIES_LOADED]
(state, bool)
src/store/modules/categories.js:34
Function
[types.INCREMENT_LOADING_PROGRESS]
(state, val)
src/store/modules/hub.js:27
Function
[types.LOGIN_USER]
(state)
src/store/modules/user.js:25
Function
[types.LOGOUT_USER]
(state)
src/store/modules/user.js:29
Function
[types.PAGES_LOADED]
(state, val)
src/store/modules/page.js:52
Function
[types.POSTS_LOADED]
(state, val)
src/store/modules/post.js:54
Function
[types.RESET_LOADING_PROGRESS]
(state)
src/store/modules/hub.js:34
Function
[types.STORE_FETCHED_CATEGORIES]
(state, { categories })
src/store/modules/categories.js:30
Function
[types.STORE_FETCHED_PAGES]
(state, { pages })
src/store/modules/page.js:48
Function
[types.STORE_FETCHED_POSTS]
(state, { posts })
src/store/modules/post.js:50
Function
[types.STORE_FETCHED_USER]
(state, { uid })
src/store/modules/user.js:21
Function
created
()
src/app.js:15
Function
getAllCategories
({ commit })
src/store/modules/categories.js:19
Function
getAllPages
({ commit })
src/store/modules/page.js:37
Function
getCategories
(cb)
src/api/index.js:5
Function
getPage
(id, cb)
src/api/index.js:30
Function
getPages
(cb)
src/api/index.js:19
Function
getPosts
({ commit }, { limit })
src/store/modules/post.js:35
Function
getPosts
(limit = 5, cb)
src/api/index.js:44
Function
load_vue_scripts
Load scripts
functions.php:12
Function
remove_redirects
Redirect all requests to index.php so the Vue app is loaded and 404s aren't thrown
functions.php:6
Function
scrollBehavior
(to, from, savedPosition)
src/router/index.js:35