Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dev.biuro
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Biuro
dev.biuro
Commits
9b594d1d
Commit
9b594d1d
authored
Apr 08, 2019
by
Andrius Mickus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
seo_url ir video_url
parent
d52de7bf
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2092 additions
and
5 deletions
+2092
-5
data-007.sql
docker/mariadb/data-007.sql
+2091
-0
JsonDataCollector.php
wp-content/plugins/jobs-importer/JsonDataCollector.php
+1
-5
No files found.
docker/mariadb/data-007.sql
0 → 100644
View file @
9b594d1d
This diff is collapsed.
Click to expand it.
wp-content/plugins/jobs-importer/JsonDataCollector.php
View file @
9b594d1d
...
...
@@ -15,8 +15,7 @@ class JsonDataCollector
'contact'
=>
'contacts'
,
'salary_from'
=>
'atlygis_nuo'
,
'salary_to'
=>
'atlygis_iki'
,
// 'email' => 'email',
// 'work_time' => 'darbo_laikas',
'video_url'
=>
'video_url'
,
];
// Taxonomies data map
...
...
@@ -48,8 +47,6 @@ class JsonDataCollector
'name'
=>
'type_name'
]
],
// 'tag'
// 'position',
];
// Custom posts data map
...
...
@@ -109,7 +106,6 @@ class JsonDataCollector
],
]);
$json
=
file_get_contents
(
$source
,
false
,
$context
);
return
json_decode
(
$json
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment